The MERN MCommerce project is a powerful e-commerce platform that offers various features, including:
- User registration and authentication with JSON Web Tokens.
- Browsing and searching for products.
- Adding products to the shopping cart.
- Managing the shopping cart (updating quantities, removing items).
- Checkout process
- Viewing and managing orders.
- Admin panel to manage products and categories.
Thank you for viewing MERN MCommerce project! Happy coding! 🚀
For Backend - npm i
For Frontend - cd frontend
npm i
Make Sure to Create a config.env file in backend/config directory and add appropriate variables in order to use the app.
Essential Variables PORT= DB_URI =
JWT_SECRET= JWT_EXPIRE= COOKIE_EXPIRE=