Skip to content

ChaymaGuerrassi/Borne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Borne

-> Création d'une API en Expressjs et MongoDB.

-> Conception d'une interface utilisateur en React & Sass.

-> Vite.js : Bundler

Lancer la Borne

cd Borne

Lancer l'API

cd back-end

npm start

Lancer l'interface utilisateur

cd front-end

npm run dev