A to-do list web app
Built with a Containerized Flask and MySQL stack
- Docker 18.06.0+ Must Be Installed on Host before running this Web App
- Run
docker-compose upto run the app
If the images associated with the docker-compose and Dockerfile files are not available on your host computer,
docker will pull these images and it will take some time to have them fully pulled to your host computer.
After that any docker-compose up commands will run the containers right away.
- Run
docker-compose downto stop and remove the containers and the network.
The images, however, will still stay on your computer unless you want to remove them.
The app is app.py
The app will be running on http://localhost:5001/
- [flask]
- [pytz]
- [Jinja2]
- [mysql-connector-python]
- [MySQL]
- [Docker]
- [Docker-Compose]
- [Bootstrap]

