Silent Math Genius
To setup the database, follows the below structure:
Or simply import the skig3013_project.sql
NOTE: The app config for database url should be changed according to your own database as follows:
app.config['MYSQL_USER'] = 'your user name'
app.config['MYSQL_PASSWORD'] = 'your user password'
app.config['MYSQL_DB'] = 'your schema name'
To run it locally, please install xampp, and start Apache & MySQL modules
NOTE: Only the main.py file should be run