Skip to content

Dramane-dev/API-REST-NodeJs-Express-with-MySql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API-REST-NodeJs-Express-with-MySql

API REST NodeJs avec MySql. Différentes opérations CRUD.

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

Pour la base de données, j'utilise MySql & MAMP : https://www.mamp.info/en/downloads/

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:3000/api/v1/members)
  • GET (http://localhost:3000/api/v1/members/1)
  • POST (http://localhost:3000/api/v1/members)
  • PUT (http://localhost:3000/api/v1/members/2)
  • DELETE (http://localhost:3000/api/v1/members/1)

About

Petite API REST NodeJs / ExpressJs avec MySql.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors