Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wahabmirzadev/mern-ecommerce
🎈 Full-stack MERN Ecommerce Application
https://github.com/wahabmirzadev/mern-ecommerce
express-js mern mern-ecommerce mern-stack mongoose nodejs react redux
Last synced: 1 day ago
JSON representation
🎈 Full-stack MERN Ecommerce Application
- Host: GitHub
- URL: https://github.com/wahabmirzadev/mern-ecommerce
- Owner: wahabmirzadev
- License: mit
- Created: 2025-01-18T22:07:36.000Z (8 days ago)
- Default Branch: main
- Last Pushed: 2025-01-18T22:38:17.000Z (8 days ago)
- Last Synced: 2025-01-18T23:20:35.387Z (8 days ago)
- Topics: express-js, mern, mern-ecommerce, mern-stack, mongoose, nodejs, react, redux
- Language: JavaScript
- Homepage: https://mern-store-gold.vercel.app/
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# MERN Ecommerce
## Description
An ecommerce store built with MERN stack, and utilizes third party API's. This ecommerce store enable three main different flows or implementations:
1. Buyers browse the store categories, products and brands
2. Sellers or Merchants manage their own brand component
3. Admins manage and control the entire store components### Features:
* Node provides the backend environment for this application
* Express middleware is used to handle requests, routes
* Mongoose schemas to model the application data
* React for displaying UI components
* Redux to manage application's state
* Redux Thunk middleware to handle asynchronous redux actions🚀 Custom-Hosted Enterprise Version : https://mern-store-gold.vercel.app/
See admin dashboard [demo](https://mernstore-bucket.s3.us-east-2.amazonaws.com/admin.mp4)
## Languages & tools
- [Node](https://nodejs.org/en/)
- [Express](https://expressjs.com/)
- [Mongoose](https://mongoosejs.com/)
- [React](https://reactjs.org/)
- [Webpack](https://webpack.js.org/)