Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 750 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 750 Bytes

Bäckerone

[open] Bäckerone was created while cycling with my friends with the idea to take the concept of hackerone (responsible disclosure) and use it for recipes.

Honestly, I just wanted to publish my recipes in the easiest way possible and I like the 90s style of blogging.

This Project aims to have as little LOC as possible

1. create data.json and set the driver to "JSON" or leave it as it is and use sqlite
2. install deps (poetry install)
3. set passphrase via env var: PASSPHRASE default: ichessegernekuchen
4. start server (poetry run python -m flask run)