Skip to content
Snippets Groups Projects
Commit f5a57f0c authored by Axel Huillard's avatar Axel Huillard Committed by Antoine Marquis
Browse files

update readme pour le backend

parent 5a61167c
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
- Donwload phone app (expo-cli)
- See [documentation](https://docs.expo.dev/get-started/installation/)
- ask for .env
## Run project
- In the project directory : expo start
......@@ -17,3 +18,16 @@
- [ ] made it beautiful
- [ ] photo system for each place
- [ ] selection system ( less than price, higher than price blablabla)
##Backend
###Installation
- Avoir Nodejs version 16+
- npm i -g @nestjs/cli
- Dans le dossier du backend : npm install
- npm run start pour lancer le serveur
###Base de donnée
Le serveur a besoin de pouvoir se connecter à une base de donnée MongoDB en localhost :
- Installer MongoDB
- S'assurer d'avoir une base au port 27017
- La nommer map_ut
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment