init commit

This commit is contained in:
2026-06-06 08:29:21 +05:30
commit 4ee2649d84
23 changed files with 5257 additions and 0 deletions

3
server/.env Normal file
View File

@@ -0,0 +1,3 @@
DATABASE_URL=postgresql://user:password@localhost:5432/brew
JWT_SECRET=your_jwt_secret_here
PORT=5000