Nestjs演示 TypeORM + PostgreSQL 用户 注册POST /用户/注册 登陆POST /用户/登录 查询全部/单条GET /用户| GET /用户/:ID 修改资料POST /用户 评论 发表POST /评论 删除DEL / comments /:id 查询全部/单条GET /评论| GET / comments /:id 安装 $ npm install 运行应用 # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod