Add a logger (to stdout for the moment)

This commit is contained in:
Greg Burri 2019-08-28 22:26:43 +02:00
parent d64d0bceb8
commit 4971d7f0af
4 changed files with 139 additions and 146 deletions

View file

@ -1 +1,7 @@
* Enable Logging.
* Define the recipes model (UML).
* Implement the model as relational with SQLite.
* Create and update functions.
* Define the UI (mockups).
* Use Bulma to implement the UI in HTML5+CSS3.
* Define the logic behind each page and action.