Initial commit

This commit is contained in:
Jan
2026-04-08 16:30:44 +02:00
commit f9b17e9964
65 changed files with 7574 additions and 0 deletions

6
.env.example Normal file
View File

@@ -0,0 +1,6 @@
POSTGRES_DB="rave_budget_control"
POSTGRES_USER="postgres"
POSTGRES_PASSWORD="change-this-db-password"
DATABASE_URL="postgresql://postgres:postgres@db:5432/rave_budget_control?schema=public"
NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET="replace-this-with-a-long-random-secret"