Initial commit

This commit is contained in:
F4 2024-09-20 19:22:01 +01:00
commit 6848cdd062
17 changed files with 646 additions and 0 deletions

4
.env Normal file
View file

@ -0,0 +1,4 @@
LOGLEVEL="info"
DATABASE="sqlite://data/lib.sqlite"
LISTEN="0.0.0.0:3000"
ASSETS_PATH="./assets"