Skip to content

Latest commit

 

History

History

README.md

API NodeJs-Express-with-MongoDb

Voici une petite API REST NodeJs avec MongoDb. Différentes opérations CRUD.

NodeJs doit être installé : https://nodejs.org/en/download/

Pour la base de données, j'utilise MongoDb : https://www.mongodb.com/fr

PART I: Download & Build on local ✅

//on local

PART II: Download/Install & Use Postman ✅

link to download postman : https://www.postman.com/downloads/

Les requêtes à utiliser sur postman :

  • GET (http://localhost:3030/users)
  • GET (http://localhost:3030/user/1)
  • POST (http://localhost:3030/user)
  • DELETE (http://localhost:3030/user/1)