A full-stack e-commerce website built with the MERN (MongoDB, Express, React, and Node.js) stack.
- User authentication using JWT
- Product display and management
- Shopping cart and checkout
- Order management and history
- Admin dashboard for website management
- MongoDB for database management
- Express for back-end API
- React for front-end
- Node.js for server-side scripting
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- npm (Node Package Manager)
- MongoDB Atlas account
- Clone the repository
git clone https://github.com/[your-username]/ecommerce-MERN.git
- Install the dependencies
npm install
- Start the development server
npm start
Contributions are welcome! If you would like to improve the code, please open an issue or submit a pull request.
This project is licensed under the MIT License.
The project is a work in progress and I am dedicating my free time to completing it.