node api:使用Node.js Express和PostgreSQLREST API 源码
使用Node.js,Express和PostgreSQLREST API 安装与开发 克隆仓库并创建.env文件 git clone https://github.com/jorgeveranet/node-api.git && cd node-api cp .env.example .env 在Docker Alpine容器中打开外壳 docker-compose up --build docker-compose run --rm --service-ports node-api 可用的开发命令 npm run dev # starts the api in development mode [nodemon] npm t # run all jest tests 生产 npm start # starts the api in production mod
文件列表
node-api-master.zip
(预估有个16文件)
node-api-master
.gitignore
621B
Dockerfile
242B
.env.example
17B
package.json
2KB
package-lock.json
252KB
src
server.ts
251B
.nvmrc
6B
jest.config.js
103B
暂无评论