An open API service indexing awesome lists of open source software.

https://github.com/soumavabanerjee/mycart

An e-commerce website having all the essential features necessary for buying stuff online and managing inventory from admin side.
https://github.com/soumavabanerjee/mycart

ecommerce mongodb paypal-checkout react typescript

Last synced: 6 months ago
JSON representation

An e-commerce website having all the essential features necessary for buying stuff online and managing inventory from admin side.

Awesome Lists containing this project

README

          

## MyCart

---

An E-Commerce web-app having all necessary features required for selling and managing products.

## Possible feature list

---

### L0 requirements:

- Cart system
- Authentication
- Admin panel

### L1 requirements:

- Auth exclusive Reviews for each product
- Payment Gateway using stripe/paypal

### L2 requirements:

- auth exclusive Comment section for each product
- Coupon system and stuff like that.
- PWA

---

## Tech Stack:

**React**: For building the UI
**Node/Express**: For server-side stuff
**MongoDB**: As a nosql database
**JWT**: For authentication

---