Skip to content

AfricanMarketplace-web49-50/back-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

African Marketplace deployed -

Main app: https://african-marketplace-web-49-50.herokuapp.com/

  • Back End API RESTful Endpoints *

| what you want to do: (request TYPE) http://example.com/api/endpoint |

AUTHORIZATION login: (POST) request https://african-marketplace-web-49-50.herokuapp.com/api/auth/login

register: (POST) https://african-marketplace-web-49-50.herokuapp.com/api/auth/register

LOCATIONS get all locations: (GET) https://african-marketplace-web-49-50.herokuapp.com/api/locations

get location by id: (GET) https://african-marketplace-web-49-50.herokuapp.com/api/locations/:id

add location: (POST) https://african-marketplace-web-49-50.herokuapp.com/api/locations

update location: (PUT) https://african-marketplace-web-49-50.herokuapp.com/api/locations/:id

delete location: (DELETE) https://african-marketplace-web-49-50.herokuapp.com/api/locations/:id

INVENTORY get inventory of all your items: (GET) https://african-marketplace-web-49-50.herokuapp.com/api/items

get item by id: (GET) https://african-marketplace-web-49-50.herokuapp.com/api/items/:id

add item: (POST) https://african-marketplace-web-49-50.herokuapp.com/api/items

update item: (PUT) https://african-marketplace-web-49-50.herokuapp.com/api/items/:id

delete item: (DELETE) https://african-marketplace-web-49-50.herokuapp.com/api/items/:id

LISTINGS get all your for sale listings: (GET) https://african-marketplace-web-49-50.herokuapp.com/api/items-for-sale

get listing by id: (GET) https://african-marketplace-web-49-50.herokuapp.com/api/items-for-sale/:id

add listing: (POST) https://african-marketplace-web-49-50.herokuapp.com/api/items-for-sale

update listing: (PUT) https://african-marketplace-web-49-50.herokuapp.com/api/items-for-sale/:id

delete listing: (DELETE) https://african-marketplace-web-49-50.herokuapp.com/api/items-for-sale/:id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published