Willeats is an online ordering platform that makes ordering easier both for the business owners and customers. For each dish on the menu, users can first see the reviews and write a review after their order. Restaurants can create and modify their menu and reply to the customers’ reviews.
To enable users to access your restaurant, please follow these steps:
-
Log in to your account on the platform.
-
Locate the button labeled "See Your Restaurant URL" and click on it.
-
You will now be able to view your unique restaurant ID. Append this ID to the following URL:
https://orca-app-p3any.ondigitalocean.app
. This will create a unique URL for your restaurant's page. -
If you'd like to make it even more convenient for your customers, you can convert this URL into a QR code using any online URL-to-QR code generator of your choice. This will allow your customers to access your restaurant's page and place orders simply by scanning the QR code.
By following these instructions, you'll create an accessible and user-friendly way for your customers to order from your restaurant through the platform!
Theme: Business owners
- Users will be able to add/delete the dishes from the menu
- Users will be able to upload images for the dishes.
- Users will be able to change the price and orders of the dishes.
- Users will be able to view and reply to customers’ reviews.
- Users will be given an Id to generate a QR code for the business.
Theme : Customers
- Users will be able to view the menu.
- Users will be able to add dishes to the cart.
- Users will be able to add reviews to the dish they ordered
- Users will be able to view the reviews per dishes written by other customers
- Users will be able to access the restaurant menu through scanning the QR code
Jiahong Jiang - jhjoseph2
Will Chen - Willcky
Alicia Hwang - a-j-hwang
Junrui Li - HYS20010113
In reality, it is always hard for the customers to visualize the dishes from plain texts on the menu. So every time they order is like making a guess. Besides, during the time with high-volume, customers often find it hard to find a waiter for them to order or pay the check. To address these problems, the restaurant owners must hire more waiters and make the menu longer traditionally. We initialize WillEats to address such problems.
Please refer to the CONTRIBUTING.md for more information.
- Run
git clone https://github.com/agiledev-students-spring-2023/final-project-willeats
to create a local repository in any folder you like - Install Node.js if you don’t have it
- Open the cloned folder in VS Code
- Navigate into back-end directory (use
cd back-end
) - Run
npm install
andnpm start
to develop and deploy the back end server
- Navigate into the front-end directory (use
cd ../
to back to main folder (if still in the back-end folder)and usecd front-end
) - Run
npm install
andnpm start
to develop and deploy the front end