It's an online food ordering website built using MERN stack. In this website user can purchase food and can order online through credit card, debit card, paytm etc. While Seller can add their restaurant and add items and manage them. While there is admin of application who can view all restaurants and delete them.
- Admin
- Seller/Restaurant owner
- User/Customer
There are following features included in this website:
- Privillages of Admim-
- View all Restaurants
- Delete Restaurant
- Privillages of Seller-
- Add a restaurant
- Add items
- Edit items
- Delete items
- View orders
- Privillages of User-
- View all restaurants
- View items
- Order items
- Delete items
- Make payment online(using CREDIT card/DEBIT card/PAYTM)
Run follwing three commands alternatively:
1. npm install
2. npm run build
3. npm start
Now head over to "localhost:5000" in browser.