An open API service indexing awesome lists of open source software.

https://github.com/theogrammer/tofoo

Food Delivery Platform
https://github.com/theogrammer/tofoo

Last synced: 2 months ago
JSON representation

Food Delivery Platform

Awesome Lists containing this project

README

        

![tofu](https://user-images.githubusercontent.com/60460297/206956247-197bafd0-2e3e-436c-ab87-45d0f93b350a.png)

# 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|
|--|--|
|Screen Shot 2022-12-11 at 10 44 46 PM|Screen Shot 2022-12-11 at 10 43 54 PM|

## 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.

image

## 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 |
|--|--|
|image|image|

## User Profile page
|Visitor|Admin View|
|--|--|
|Screen Shot 2022-12-11 at 11 16 05 PM|image|

A unique profile page for each user that displays the user’s name, email, address, phone, and saved payments.

## Address Page

image

## Payment Page

image

## 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.

image

## Database Designer View

image

## 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.

image