Skip to content

DhruvGandhi31/E-Commerce-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce Backed with Node.js

This project involves the development of a backend system for an E-commerce application using Node.js. The backend provides various services and functionalities essential for managing user accounts, categories, products, carts, and orders.

Key Features

User Management:

  • Create Account
  • User Sign In

Category Management:

  • Create Category
  • Modify Category
  • Delete Category

Product Management:

  • Product-Category Relationship(Each product is associated with a specific category)
  • Create Product
  • Modify Product
  • Delete Product

Cart Management:

  • Unique Cart for each User
  • Add to Cart
  • Delete from Cart
  • Adjust Item Quantity

Order Management:

  • Order Placement
  • Order Status

It utilizes MongoDB Atlas for data storage. The backend application is deployed on Vercel

Built With

  • NodeJS
  • MongoDB
  • Vercel