A todo list app built with Flask. It uses Flask and Docker to stand up a simple todo list app.
docker build -t todo-app:latest .docker run -p 8080:8080 todo-app:latestOnce running the app will be available at http://localhost:8080.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A todo list app built with Flask. It uses Flask and Docker to stand up a simple todo list app.
docker build -t todo-app:latest .docker run -p 8080:8080 todo-app:latestOnce running the app will be available at http://localhost:8080.