Food & Restaurant Review Application using Python. A project in CMSC 127.
CMSC 127 ST-1L GROUP 1
De Castro, John Nico T.
Olano, Kenneth O.
Ramos, John Miles
Tandang, Bernard Jezua R.
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/bernardjezua/CMSC127Proj.git
-
Install Python
https://www.python.org/downloads/
-
Navigate to the project directory and install dependencies:
pip install -r dependencies.txt
-
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
-
Run the program:
python main.py
-
You will be greeted with a login page, login or signup for an account