Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dayanune/QuickBuy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QuickBuy

Simple eCommerce application implementing difference components of the app in a microservice architecture.

Products Service

Technologies used: Node.js, MongoDB and Docker. Used express.js framework with mongoose layer to interact with nosql db

GET /products - Returns list of all products

GET /products/:id - Return a particular product

POST /products - Create a new product, by accepting a payload

DELETE /products/:id - Delete a particular product

Order Service

POST /orders - Create a new order record

About

sample eCommerce app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published