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.
- Host: GitHub
- URL: https://github.com/soumavabanerjee/mycart
- Owner: SoumavaBanerjee
- Created: 2021-05-01T16:23:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T12:24:50.000Z (9 months ago)
- Last Synced: 2025-04-11T22:10:06.743Z (6 months ago)
- Topics: ecommerce, mongodb, paypal-checkout, react, typescript
- Language: TypeScript
- Homepage: https://mycart-ecommerce.netlify.app/
- Size: 1.77 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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---