Initial app

This commit is contained in:
blaisadmin
2026-04-06 23:36:12 -04:00
parent 9405327f74
commit 68ab8b12d2
20 changed files with 5626 additions and 152 deletions
+6
View File
@@ -0,0 +1,6 @@
POSTGRES_DB=flockpal
POSTGRES_USER=flockpal
POSTGRES_PASSWORD=change_me_for_production
FRONTEND_URL=http://localhost:3000
VITE_API_BASE_URL=http://localhost:5000/api
NODE_ENV=development