first commit

This commit is contained in:
M1ngdaXie
2025-12-29 16:29:24 -08:00
commit 37d89b13b9
48 changed files with 7334 additions and 0 deletions

13
backend/.env.example Normal file
View File

@@ -0,0 +1,13 @@
# Server Configuration
PORT=8080
# Database Configuration
# Format: postgres://username:password@host:port/database?sslmode=disable
DATABASE_URL=postgres://collab:your_password_here@localhost:5432/collaboration?sslmode=disable
# Redis Configuration
REDIS_URL=redis://localhost:6379
# CORS Configuration
# Comma-separated list of allowed origins
ALLOWED_ORIGINS=http://localhost:5173,http://localhost:3000