https://github.com/srneha24/todo-list
Demo Docker project for Flask app.
https://github.com/srneha24/todo-list
docker docker-compose flask mysql python
Last synced: 3 months ago
JSON representation
Demo Docker project for Flask app.
- Host: GitHub
- URL: https://github.com/srneha24/todo-list
- Owner: srneha24
- Created: 2022-10-13T00:25:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T03:38:48.000Z (over 3 years ago)
- Last Synced: 2025-10-09T12:35:51.263Z (9 months ago)
- Topics: docker, docker-compose, flask, mysql, python
- Language: Python
- Homepage:
- Size: 4.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SIMPLE TODO APPLICATION BUILT USING FLASK
### Run project using docker-compose
```
docker-compose -f mysql-docker-compose.yaml up
```
### Create .env file containing the following environment variables and store it in the same directory as app.py
- MYSQL_DB_HOST=
- MYSQL_DB_NAME=
- MYSQL_DB_USER=
- MYSQL_DB_PASSWORD=