Initial commit

This commit is contained in:
Brückner
2026-06-03 15:20:06 +02:00
commit eed01b9665
34 changed files with 11921 additions and 0 deletions

2
.env.example Normal file
View File

@ -0,0 +1,2 @@
JWT_SECRET="change-this-to-a-long-random-secret-in-production"
APP_URL="http://localhost:3000"