/demo-app

Demo app for the CICD class

Primary LanguagePython

TODO Application

Simple TODO list application using Python Flask framework.

* Users should be able to create todo tasks wth a title and description.
* Included Dockerfile for building docker container image.
* Includes some basic unit test case examples.