School project aiming at the creation of a platform Neighbour-to-Neighbour communication platform
Deploy with heroku
http://nock-nock.herokuapp.com/
-
Create and fill the
.env
file like the exemple.env.example
-
Install depedencies
npm install
-
Launch the app
nodemon server
- NodeJS
- MongoDB database
You have to lunch
config/Quickstart.js
For this uncomment the line 36
into app.js
Run the command nodemon server
one time.
Then you can delete the line 36
into app.js
All of this is stored in the file config/postMan
You have an export for all reqest possible with this API
CRUD : CRUD.postman_collection.json
Custom Get : Custom Get.postman_collection.json
Functions : Functions.postman_collection.json
You have an export for all variable to facilitate the use of postman
Nock Variables : Nock Variables.postman_environment.json