Minimalistic Ecommerce Application
- Node
- Mongodb
- React
- Atlas
Kapture.2022-04-03.at.16.29.12.mp4
- Home Page
- Product Listing Page
- Filters by
- Price
- Category
- Ratings
- Cart Management
- Wishlist Management
- Authentication
- Sign-up
- Login
- Logout
- Search (In Dev)
- Address Management (In Dev)
- Checkout (In Dev)
- Single Product Page (In Dev)
- Forget Password (In Dev)
- Loading & Alerts
- User Profile Page
- Clone the Repo
- Do
yarn install
- cd into
frontend
- Do
yarn install
- Fill up the environment variables in
.env
file - Run
yarn start:app
to start both backend and frontend