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

12
server/.env.example Normal file
View File

@@ -0,0 +1,12 @@
# 服务器配置
PORT=5001
NODE_ENV=development
# 数据库配置
MONGODB_URI=mongodb://localhost:27017/typeskill
# JWT配置
JWT_SECRET=your_jwt_secret_key_here
# CORS配置
CORS_ORIGIN=http://localhost:3000