This is an E-Commerce web application built using the MERN stack.
- Frontend: React.js (⚛️)
- Backend: Node.js (🟩)
- Database: MongoDB (🍃)
- Containerization: Docker (🐳)
- MERN Stack: A powerful combination of MongoDB, Express.js, React.js, and Node.js.
- Containerization: Docker is used to containerize the web application for easy deployment and scalability.
Make sure you have Docker installed on your machine.
-
Clone the repository:
git clone https://github.com/huzaifa678/E-Commerce-Project.git cd E-Commerce-Project
-
Build Docker image:
docker-compose build
-
Run Docker containers:
docker-compose up
-
Access the application: Open your browser and navigate to
http://localhost:3000