Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 660 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 660 Bytes

BackEnd for ECommerce

Tech Stack

  • Express
  • Mongo DB
  • JWT for Authentication

Functionalities

Products and Categories

  • Get all Products and Categories

Authentication

  • Login and Signup with JWT Token

Wishlist and Cart Management

  • Add and remove the product from wishlist
  • Add, update quantity and remove the product from cart

View Orders

  • Order History of User

Address Management

  • Add, Update and Delete Address

Live Link for BackEnd is here

Live Link for FrontEnd is here