Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 432 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 432 Bytes

E-commerce API

Simple API for an e-commerce site

This API is a follow on tutorial from this 4 part series of Medium Post.

The functionality of this API

  1. simple register/login and logout user
  2. add, remove and update items into the database
  3. add, remove and update cart
  4. get orders and check out the cart.