A simple E-Commerce web application built with modern web technologies.
- User authentication (login/register)
- Product catalog with categories
- Shopping cart functionality
- Order processing
- Clone the repository:
git clone https://github.com/Salmapraj/ECommerce.git cd ECommerce # Install backend dependencies
cd backend npm install
cd ../frontend npm install
#Create a .env file in the backend directory with your MongoDB connection string and JWT secret: MONGODB_URI=your_mongodb_connection_string JWT_SECRET=your_jwt_secret_key
npm start
npm start