feat: initial scaffolding

This commit is contained in:
2026-02-03 10:08:03 -08:00
parent 0ecfc9b54a
commit 2f38aa3b92
63 changed files with 23000 additions and 20 deletions
+13
View File
@@ -0,0 +1,13 @@
# MongoDB connection string from 1Password
DATABASE_URL="op://NHCarrigan/MongoDB Atlas Library/connection-string"
# Discord OAuth secrets
DISCORD_CLIENT_ID="op://NHCarrigan/Library OAuth Discord/client-id"
DISCORD_CLIENT_SECRET="op://NHCarrigan/Library OAuth Discord/client-secret"
# JWT secret for session management
JWT_SECRET="op://NHCarrigan/Library App/jwt-secret"
# Application URLs
FRONTEND_URL="http://localhost:4200"
API_URL="http://localhost:3000"