An open API service indexing awesome lists of open source software.

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.

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=