Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bernardjezua/foodup
FoodUP: Food & Restaurant Review Application Using Python & MariaDB
https://github.com/bernardjezua/foodup
customtkinter food-app food-review mariadb python restaurant-app restaurant-review tkinter
Last synced: 3 months ago
JSON representation
FoodUP: Food & Restaurant Review Application Using Python & MariaDB
- Host: GitHub
- URL: https://github.com/bernardjezua/foodup
- Owner: bernardjezua
- Created: 2024-05-20T08:37:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T11:35:31.000Z (8 months ago)
- Last Synced: 2024-09-28T11:03:49.995Z (4 months ago)
- Topics: customtkinter, food-app, food-review, mariadb, python, restaurant-app, restaurant-review, tkinter
- Language: Python
- Homepage:
- Size: 587 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Food UP
Food & Restaurant Review Application using Python. A project in CMSC 127.## Authors
CMSC 127 ST-1L GROUP 1
De Castro, John Nico T.
Olano, Kenneth O.
Ramos, John Miles
Tandang, Bernard Jezua R.## Installation & Usage
Follow these steps to set up the project locally:1. Clone the repository:
git clone https://github.com/bernardjezua/CMSC127Proj.git
2. Install Python
https://www.python.org/downloads/
4. Navigate to the project directory and install dependencies:
pip install -r dependencies.txt
5. Inside the project directory, login to mariadb using your sql root account and run the source command:
mariadb -uroot -p
source restaurant.sql6. Run the program:
python main.py
7. You will be greeted with a login page, login or signup for an account
![alt text](pages/assets/login.png)
## Screenshots
Dashboard
![alt text](pages/assets/dashboard.png)Profile
![alt text](pages/assets/profile.png)