Referencing Sebastian’s live demo on a todo app, what’s need is to create a todo app, that can show a list of tasks, add new task, mark it as done if done, and then delete a task without marking it as done. We need to be able to write tests, document functions, generate documentation with Sphinx.
Step1,go the folder create the folder and check if the cookiercutter(template facilitator) is all set

Then he use vfish for virtual environment

there is a test folder for pytest

After the app start running, we need documentation, use Sphinx

go to the child folder docs created, there is a file index.rst,



deploy, we can use docker, to sent to a server and get it up and running like heroku.