A MySQL and Python Flask rest API run using docker
- go through all the Prerequisites in Prerequisites
docker compose up
to build docker images and run docker containers
If you run into issues, see the additional docs below bottom of page
Before contributing please read through everything in Contributing.
docker compose up
This will automatically start the flask application via a local server at localhost:5000 and the mysql database.