Skip to content

FoodUP: Food & Restaurant Review Application Using Python & MariaDB

Notifications You must be signed in to change notification settings

bernardjezua/FoodUP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/
    
  3. Navigate to the project directory and install dependencies:

    pip install -r dependencies.txt
    
  4. Inside the project directory, login to mariadb using your sql root account and run the source command:

    mariadb -uroot -p<root_password>
    source restaurant.sql
    
  5. Run the program:

    python main.py
    
  6. You will be greeted with a login page, login or signup for an account

alt text

Screenshots

Dashboard
alt text

Profile
alt text

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages