Initial project structure added.

The following are in a minimal working state:

- Database schema
- Basic database interaction
- Configuration file parsing
- Command line interface
- Basic route handling for categories, auth and health
- Simple static webapp files
This commit is contained in:
2025-12-23 23:25:48 +01:00
parent b744e7f0c0
commit b4c84ab7ea
18 changed files with 711 additions and 0 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
*.pyc
__pycache__
*.egg-info/
/dev/*