Cara is an ecommerce website, Here where you can Browse & discover millions of products that satisfy your needs.
Project Link - https://e-commerce-zczq.onrender.com
User features
- Full featured shopping cart
- Filtering (short by, category, & price range)
- Token based authentication
- Product search feature
- Save Cart
- Delete Cart
- Choose quantity (No of items to be order)
Clone this repo using the following command
git clone https://github.com/GSG-G13/Cara.git
After you cloned the repository do not start the application. To run the application fully you need to create a database and collection and provide your own database URI.
After this you can run the project locally:
- To run the front end
cd client
npm run dev
- To run the back end
cd api
npm run dev
TIP: Run both in split terminal so that you can see both ends running