feat: add base

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-10 00:09:11 +02:00
commit a5196b005e
13 changed files with 2461 additions and 0 deletions

1
.env Normal file
View File

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