Fashion Store is a Full Stack ECommerce App Built with Reactjs, Nodejs, Express and MongoDB (MERN Stack)
Customer:
- Browse all products
- Browse products by category
- Search for a specific product
- Add products to a shopping cart and checkout
- Check order status
- Create an account to save their personal data (this is optional for the user in case they decide to purchase anything
Admin:
- Add/remove/modify categories of products
- add/remove/modify products
- search for a customer information and view
- Their past orders
- Modify a pending order of a customer
- Modify the status of the order (pending/completed/ready for shipment/shipped)
- Check statistics of sales by category and by
- Product (last week, last month, all time, etc)
Tech Stack used to develop FashionStore:
Clone the repo git clone https://github.com/Ayush-Bulbule/FashionStore/
- Open Project in Terminal
cd frontend
- Install Dependencies
npm install --legacy-peer-deps
- Run frontend
npm run dev
- Frontend will be running on
localhost:3000
- Admin is accessible at
localhost:3000/admin/manage
- Open Project in Terminal
cd backend
- Install Dependencies
npm insrtall
- Add Database URL open
server.js
and change mongodb url - Run Backend
npm run dev