A MySQL and Python Flask rest API run using docker
- go through all the Prerequisites in Prerequisites
- run
npm i
docker compose up
to build docker images and run docker containers- Go to
localhost:5000
and you should see a "Not Found" page
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.