Initial commit

This commit is contained in:
2025-10-04 15:42:00 +02:00
commit 490245835d
33 changed files with 1049 additions and 0 deletions

6
config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"jwt_secret": "secret",
"db": {
"connection_string": "sqlite:///database.sqlite3"
}
}