- Docker compose
- Flask
- Mysql
- Swagger
- Use
git clone https://github.com/hui61/flask-demo.git
to download the demo - Using
cd flask-demo
to go into the folder - Use
docker-compose up
to start app - Visit the http://127.0.0.1:12000/apidocs to explore the demo
Note: If you changed the code you need to use docker-compose up --build to rebuild and start