This is an e-commerce website built using the MERN (MongoDB, Express.js, React.js, Node.js) stack. It provides a platform for users to browse, search, and purchase products. The application includes features such as product listings, user authentication, shopping cart functionality, and more.
- Product Listings: View a variety of products with details such as name, price, and category.
- User Authentication: Register and login to access personalized features.
- Shopping Cart: Add products to the cart and manage your shopping list.
-
Frontend:
- React.js for the user interface.
-
Backend:
- Node.js and Express.js for server-side logic.
- MongoDB for data storage.
- JWT for user authentication.
- Clone the repository:
git clone https://github.com/Aakash-Rajbhar/E-Commerce.git- Change the directory
cd E-Commerce- Change the directory to frontend and install packages
cd frontend
npm install- Change the directory to backend and install packages
cd ../backend
npm install- Change the directory to admin and install packages
cd ../admin
npm install- Change the directory to backend end start the server
cd ../backend
node index.js- Now start the project from the frontend
cd ../frontend
npm run start