Skip to content

AhindraD/Ebay---Backend---Full-Stack-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ebay---Full-Stack---Project-Friday

all request endpoints


  • Category endpoint:
  1. GET /category - list all categories

  2. POST /category - add new category

  3. DELETE /category/:id - delete a particular category




  • Ads endpoint
  1. GET /ads - list all ads

  2. POST /ads - add new advert

  3. GET /ads/:id - get detail of single ad

  4. DELETE /ads/:id - delete a particular ad

  5. GET /ads/:id/buy - show buying interest

  6. POST /ads/:id/close/:buyerId - close ad with a particular buyer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published