- Ensure Docker is installed on Windows/Linux
- Run
sudo docker-compose up
- Access the app on
localhost:5000
- Must have mysql and python installed on local machine
- Run
**pip install -r requirements.txt**
- Edit
config.json
with the parameters of your local DB server - Run with
**py main.py**
- Access the app on
localhost:5000