A basic ecommerce website developed with Node JS.
Clone the repo and install all dependencies using...
npm install
- Passport Authentication System
- Shopping "Cart"
- New users will create an account
- Each user has his or her own online "store"
- Users can post their products to their stores
- Users can update their products, delete their products, etc.
- Other users can write reviews on other people's products
- Users can add products to their cart
- In the checkout page, users can update the quantity of the products in their cart