Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
M0rgan52 committed Aug 27, 2022
2 parents 469b07f + f4db499 commit b560b36
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
# P6_construisez_une_API_securisee_pour_une_application-davis_gastronomiques

Comment lancer le projet ?
Il s'agit du projet n°6 d'OpenClassrooms : Piiquante.

L'intégralité du frontend à été développé et ma mission etait de développer l'intégralité du backend.

## Comment lancer le projet ?

gitclone : https://github.com/M0rgan52/P6_construisez_une_API_securisee_pour_une_application-davis_gastronomiques.git

Frontend :
### Frontend :

Acceder au frontend puis lancer **npm install**.

Lancer le serveur frontend avec **npm run start**.

Acceder au **localhost:4200** sur votre navigateur.

### Backend :

acceder au frontend : npm install
lancer au serveur frontend : npm run start
acceder au localhost:4200
Acceder au backend puis lancer **npm install**.

Backend :
Créer le dossier **images** dans le backend.

acceder au backend : npm install
créer le dossier images
lancer le serveur backend : nodemon server
Lancer le serveur backend avec **nodemon server**.

0 comments on commit b560b36

Please sign in to comment.