taskmanager/backend/README.md
bojunC 38c5a466cd feat: 实现 Issue #1 - 项目初始化和环境配置
- 创建 monorepo 结构(Turborepo)
- 初始化前端项目(Next.js + TypeScript + Tailwind CSS)
- 初始化后端项目(NestJS + TypeScript)
- 配置开发工具(ESLint, Prettier, VS Code)
- 创建项目文档(README, 开发规范)

Closes #1
2026-03-19 16:14:26 +08:00

299 B

TaskManager Backend

NestJS 后端 API 服务

开发

```bash npm install npm run start:dev ```

构建

```bash npm run build npm run start:prod ```

测试

```bash npm run test npm run test:cov ```

API 端点

  • GET / - 欢迎消息
  • GET /health - 健康检查