initial commit 2

This commit is contained in:
David
2026-05-22 18:58:35 -06:00
parent 1334540303
commit abfbb255fe
157 changed files with 8071 additions and 1 deletions

4
backend/.env Normal file
View File

@@ -0,0 +1,4 @@
DATABASE_URL=postgresql+psycopg://postgres:password@127.0.0.1:5432/hackaton
SECRET_KEY=change-this-in-production
ACCESS_TOKEN_EXPIRE_MINUTES=10080
CORS_ORIGINS=http://localhost:3000,http://10.0.2.2:3000