Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 1.58 KB

README.md

File metadata and controls

66 lines (52 loc) · 1.58 KB

Foody

foody-webapp herokuapp com_(Desktop)

➡️ About the project

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.

There are three roles:

  1. Admin
  2. Seller/Restaurant owner
  3. User/Customer

➡️ Features of website

There are following features included in this website:

  • Privillages of Admim-
    1. View all Restaurants
    2. Delete Restaurant
  • Privillages of Seller-
    1. Add a restaurant
    2. Add items
    3. Edit items
    4. Delete items
    5. View orders
  • Privillages of User-
    1. View all restaurants
    2. View items
    3. Order items
    4. Delete items
    5. Make payment online(using CREDIT card/DEBIT card/PAYTM)

➡️ Project Setup

Run follwing three commands alternatively:

1. npm install

2. npm run build

3. npm start

Now head over to "localhost:5000" in browser.

➡️ Live Demo