Skip to content

eliatcodecov/todo-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO Flask

A todo list app built with Flask. It uses Flask and Docker to stand up a simple todo list app.

Building the app

docker build -t todo-app:latest .

Running the app

docker run -p 8080:8080 todo-app:latest

Accessing the app

Once running the app will be available at http://localhost:8080.

About

A simple todo implementation using Flask and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors