https://github.com/theogrammer/tofoo
Food Delivery Platform
https://github.com/theogrammer/tofoo
Last synced: 2 months ago
JSON representation
Food Delivery Platform
- Host: GitHub
- URL: https://github.com/theogrammer/tofoo
- Owner: theogrammer
- Created: 2022-11-30T23:27:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T05:26:31.000Z (over 2 years ago)
- Last Synced: 2025-02-12T18:47:37.202Z (3 months ago)
- Language: PHP
- Size: 623 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# ToFoo
Food Delivery Platform# Objective
ToFoo is a food delivery platform. Users can create accounts, order food, and get it delivered to their house at the convenience of a touch.## Main page
`index.php`
On the index page, users can view all restaurants available on the website or they can filter their view by clicking one of the buttons under the navigation of the website by category. Each restaurant has its address displayed and a view button that will allow the user to view the restaurant’s menu.
|Visitor View | Admin View|
|--|--|
||
|
## Detail/Menu page
To get to the menu of a particular website, the user clicks the view button on the restaurant card from the index page. The detail/menu page displays a picture (if available) for each item, the item’s name, the item’s price, and an add button to add the item to the cart.
## User Profile page
A unique profile page for each user that displays the user’s name, email, address, phone, and saved payments.
## User Authentication Page
| Signup Page | Sign in Page |
|--|--|
||
|
## User Profile page
|Visitor|Admin View|
|--|--|
||
|
A unique profile page for each user that displays the user’s name, email, address, phone, and saved payments.
## Address Page
## Payment Page
## Shopping Cart page
Once logged in, the user has the option to view their shopping cart by clicking the “Shopping Cart” button located in the navigation bar.
## Database Designer View
## Setting up the database
When creating the database, use the name “ToFoo.” Also, verify that the port number in xampp is the same as the variable $port, if not, make sure to change that.
![]()