https://github.com/adimyy/node.js-e-commerce
NodeJS - Build a Full E-Commerce RESTful APIs
https://github.com/adimyy/node.js-e-commerce
express-validator expressjs jwt mongo-db mongooose multer nodejs nodemailer sharp stripe
Last synced: 2 months ago
JSON representation
NodeJS - Build a Full E-Commerce RESTful APIs
- Host: GitHub
- URL: https://github.com/adimyy/node.js-e-commerce
- Owner: ADIMYY
- Created: 2024-11-24T19:06:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-20T15:03:58.000Z (over 1 year ago)
- Last Synced: 2025-03-20T07:18:39.639Z (about 1 year ago)
- Topics: express-validator, expressjs, jwt, mongo-db, mongooose, multer, nodejs, nodemailer, sharp, stripe
- Language: JavaScript
- Homepage:
- Size: 1.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Node.js-E-commerce
Key Features 📝
- Login & Register Users - JWT Authentication
- Password forgot/reset, confirmation email on signup etc
- Advance searching, sorting, pagination and filtering
- Star rating system
- Discount coupon code
- Add to cart
- Cash on delivery (no online payment required)
- Add to wishlist
- Credit card payment with stripe
- Image Upload & Multiple Images Upload (File Uploading) and image processing
Check Natours API Documentation for more info.
Build With 🏗️
- NodeJs - JS runtime environment
- Express - The web framework used
- Mongoose - Object Data Modelling (ODM) library
- MongoDB Atlas - Cloud database service
- JSON Web Token - Security token
- Postman - API testing