First commit

This commit is contained in:
Gu://em_ 2025-03-10 10:18:36 +01:00
commit 18c4054c7b
7 changed files with 1961 additions and 0 deletions

8
config/config.json Normal file
View file

@ -0,0 +1,8 @@
{
"port": 8000,
"database": {
"type": "sqlite",
"filename": "./mydb.sqlite"
}
}