PythonOnWheels conventions and design
Install and run your first PoW server.
Basics working with models. Building a NoSQL Todo list model.
Basics working with handlers to built a todo REST API
Basics working with views. Building a bootstrap web frontend using scaffolding.
These are actually a mixture of documentation and hands on tutorial. So you can execute the actual commands while reading through the sections.
Dont't panic. Since PoW does the boilerplate behind the scenes you don't have to type much. That's the idea of PythonOnWheels.
Create a todo app using the tinyDB NoSQL Database, scaffolded Bootstrap4 views and a REST API handler.