You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`SESSION_SECRET`|`backend/.env`| Long random string used to sign session cookies |
124
+
|`FRONTEND_ORIGIN`|`backend/.env`| URL of the frontend — restricts CORS. **Required in production.** Defaults to `http://localhost:5173` in development. |
125
+
126
+
4. Run the frontend
108
127
```bash
109
128
npm run dev
110
129
```
@@ -115,18 +134,11 @@ The backend server will run on:
115
134
http://localhost:5000
116
135
```
117
136
118
-
---
119
-
120
-
# 🐳 Docker Development Workflow
121
-
122
-
The project includes Docker configurations for both development and production environments.
123
-
124
-
## 📦 Development Environment
125
-
126
-
Run the complete development environment using Docker:
0 commit comments