Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubham1710/mern-e-commerce
A simple E-Commerce app built on MERN stack with integrated Stripe Checkout.
https://github.com/shubham1710/mern-e-commerce
express expressjs hacktoberfest hacktoberfest-accepted javascript mongodb nodejs react reactjs web-application
Last synced: about 2 months ago
JSON representation
A simple E-Commerce app built on MERN stack with integrated Stripe Checkout.
- Host: GitHub
- URL: https://github.com/shubham1710/mern-e-commerce
- Owner: shubham1710
- Created: 2021-01-11T07:34:33.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T04:02:23.000Z (about 2 years ago)
- Last Synced: 2024-10-12T07:12:58.326Z (2 months ago)
- Topics: express, expressjs, hacktoberfest, hacktoberfest-accepted, javascript, mongodb, nodejs, react, reactjs, web-application
- Language: JavaScript
- Homepage:
- Size: 561 KB
- Stars: 95
- Watchers: 4
- Forks: 52
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mern E-Commerce
An e-commerce app built on MERN stack (MongoDB, Express, React and Node) with Stripe Checkout to handle payments.
Features present in the app :-
1. Authentication using JSON Web Tokens (JWT).
2. Option to add, edit, view and delete all the items in our store.
3. Option to add items or remove items from the cart for the user.
4. Display the total bill of the cart and update it as soon as the cart is updated by the user.
5. Using Local Storage to store the JWT so that we only allow logged-in users to buy items.
6. Option to pay using Stripe Checkout and thus creating a new order and emptying the cart after payment is successful.
7. Option to view all your past orders along with the bill amount for each.