Talent rate server is a restfull API !
- Clone project
- run npm install
node server.js
List Parcours :
- /parcours GET
- /parcours/:id GET Find By ID
- /parcours POST create parcour
- /parcours/:id DELETE
List Promotions :
- /promotions GET
- /promotions/:id GET Find By ID
- /promotions POST create promotion
- /promotions/:id DELETE
List Cours :
- /cours GET
- /cours/:id GET Find By ID
- /cours POST create cour
- /cours/:id DELETE