feat: add project skeleton and docker-compose

This commit is contained in:
2026-02-28 19:53:19 +01:00
parent f4d81ad8e9
commit cb9b802d43
4 changed files with 3192 additions and 0 deletions

4
backend/.env.example Normal file
View File

@@ -0,0 +1,4 @@
POSTGRES_PASSWORD=changeme
JWT_SECRET_KEY=change-this-in-production
JWT_ALGORITHM=HS256
JWT_EXPIRE_MINUTES=60