This project is a clone of the boAt website, featuring multiple functionalities such as signup, login, add to cart, and remove from cart. The frontend is built using React, while the backend consists of APIs created with Express and Mongoose. MongoDB is used as the database.
Check out the live version of the project here.
To use this project, follow these steps:
-
Clone the repository:
git clone https://github.com/imoamo/boAt-Full-stack-clone.git
-
Install the required packages:
npm install
-
Run the application:
npm run dev
- Signup
- Login
- Add to Cart
- Remove from Cart
- React
- Express
- Mongoose
- MongoDB