feat: add base app

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-04-12 09:05:04 +02:00
commit 3ceb52c378
16 changed files with 2542 additions and 0 deletions

1
.env Normal file
View File

@@ -0,0 +1 @@
DATABASE_URL="postgres://root@localhost:26257/defaultdb?sslmode=disable"