描述 Collact API服务器(使用框架TypeScript入门资料库) 开发工具的先决条件 node 14.x postgresql 13.1 安装 $ npm install 前提条件 You should set .env file for reference .env.EXAMPLE file. 运行应用 # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod 如何进行Docker部署 $ make run_prod go to browser && http://localhost:80/api :construction: 测试尚未实施 :construction: # unit tests $ npm run test # e2e tests $ npm run test: