Migrate project from typing_practiceweb

This commit is contained in:
2026-05-14 16:04:14 +08:00
parent dbc5425706
commit 0e87d5546d
225 changed files with 92811 additions and 0 deletions

15
.env.example Normal file
View File

@@ -0,0 +1,15 @@
# Server Configuration
SERVER_PORT=5001
REACT_APP_API_BASE_URL=http://localhost:5001
# Client Configuration
CLIENT_PORT=3001
REACT_APP_CLIENT_URL=http://localhost:3001
# MongoDB Configuration
MONGODB_URI=mongodb://localhost:27017/typeskill
MONGODB_DB_NAME=typeskill
# JWT Configuration
JWT_SECRET=your_jwt_secret_key
JWT_EXPIRES_IN=24h
SKIP_PREFLIGHT_CHECK=true