initial code commit
This commit is contained in:
commit
27bb45f7df
56 changed files with 15106 additions and 0 deletions
14
server/.env.example
Normal file
14
server/.env.example
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue