- Virtualenv
- Flask
- Flask MySQLDB (lib)
- Numpy
- Pandas
In the folder
src\config.py
Replace the MySQL Credentials for user
In the repository root folder, first initialize the virtual environment
virtualenv -p python3 env
Then, with powershell, type in the terminal:
. \env\Scripts\activate
Following the installations:
pip install flask flask_mysqldb numpy pandas
Then, run the file
src\app.py