Initial commit

This commit is contained in:
Mann Patel
2025-08-26 14:13:09 -06:00
commit 23f6b359ca
39 changed files with 4606 additions and 0 deletions

9
app/.env Normal file
View File

@@ -0,0 +1,9 @@
DB_USER=mannpatel
DB_HOST=localhost
DB_NAME=poll_database
DB_PASSWORD=admin
DB_PORT=5432
PORT=3000
JWT_SECRET=r683gi77ft92fg923keyfasdfas2r123
ALLOWED_ORIGINS=http://localhost:5173
NODE_ENV=development