Web application where you can buy product. A e-commerce web application that seller to sell their products to customers.
- Google Authentication.
- List Products
- Filter products by Category
- Sort list of products
- Live search
- Add products to Cart
- Checkout page
- Add Coupons for particular product
- Realtime order status
- clone repository [https://github.com/mohityede/MyKart.git]
- Create .env file in both folder client and server. Required env variables are mentioned in README file of respective folder
- Run backend server
cd mykart-server
npm install
npm run watch
npm run dev
- Run frontend server
cd mykart-client
npm install
npm run dev