Skip to content

This is just and backend code for the Shopping carts and product purchases using NodeJS, Express, And MongoDB.

Notifications You must be signed in to change notification settings

jaysuchak2/ShoppinCartDemo

Repository files navigation

Steps

  • Import postman file from root
  • make .env file from env sample
  • Install Packages
    - npm i
    
  • Start node server
    - npm start
    

Shop Flow

graph TD
  A[Admin] -->|Login| B(Add Product)
  B --> |List| C(List Product)
  D[User] --> |register or after login| C	
  C --> |View| E(Product)
  E --> |Add| F[Cart]
  F --> |Buy| E
  D --> G[Orders]
  G --> H[Ordered Product List]
Loading

About

This is just and backend code for the Shopping carts and product purchases using NodeJS, Express, And MongoDB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published