initial code commit

This commit is contained in:
Deven Thiel 2026-03-04 21:21:59 -05:00
commit 27bb45f7df
56 changed files with 15106 additions and 0 deletions

14
server/.env.example Normal file
View file

@ -0,0 +1,14 @@
# Server
PORT=4000
CORS_ORIGIN=http://localhost:5173
# MongoDB
MONGO_URI=mongodb://localhost:27017
# JWT
JWT_SECRET=change-me-in-production-use-a-long-random-string
# Google OAuth (optional — email auth works without these)
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_CALLBACK_URL=http://localhost:4000/api/auth/google/callback