To Run Express:
cd backend/
npm install
npm start dev
To Run React:
cd frontend
npm install/
npm run start
Navigate to localhost:3000/ in your browser.The app would be up and running if all the dependencies are satisfied. The backend contains following end-points :
- Register user
- login
- Add product
- Fetch all prod
- Fetch By prod name
- Delete Item
- Cancel Item
- Place Order
- Pending Listings
- Ready To ship Listings
- Dispatch Listing
- Fetch Orders by Username
- Review Orders with Update
- Reviews by Seller Name
- Reviews for particular orderand seller
- Ratings based on seller name
- Ratings by seller name and prod id.
- List All orders
- Dispatch Order