This is the final software project written for Principles of Programming (Winter Term 24/25). It contains the following:
- todo: contains a Python package for the todo database
- webservice: contains a web service utitlizing said package
This package can be installed using pip. It provides functions for our todo and it creates and maintains the database in the home directory of the user.
After installation, it provides a command line py -m pip todo
The web service depends on the todo package and exports some of the functions via Flask. We could run it in the cloud and access our todos from anywhere. This is not part of the lecture.
(c) 2025 TUM Change from somewhere else