- Product Manager: Michel Gonzalez
- Scrum Master: Huan (Nicholas) Tran
- Development Team Member: Nam (Alex) Tran
- Development Team Member: Alyssa La Salle
GatorBook is an online social media platform built by Gators, for Gators. It is meant to offer a platform for UF students to connect for school related topics, or just to form social connections.
- MySQL server (necessary for database connection)
- MySQL workbench (for any changes that need to be made to database at runtime)
- Flask
After cloning the repo follow the following steps
-
install Python3 and pip3
-
install flask through pip
'pip install flask'
-
install mysql connector
'pip install mysql-connector-python'
-
You should now be able to run the web app as follows:
'python3 app.py'
-
Navigate to this url: