Skip to content

pirasanthan-jesugeevegan/dev-restful-api-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest-Shop-API

This is RESTful api that manages Products and Orders

Methods

Method Product Order
GET /products /orders
GET byID /products/ID /orders/ID
POST /products(name, price & productImage) /orders (productId & quantity)
PATCH /products/ID /orders/ID
DELETE /products/ID /orders/ID

Link to live API

Usage

git clone it and thereafter run npm install.

Technology Used

About

Restful api for with products and orders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published