1. 首页
  2. 数据库
  3. 其它
  4. node api:使用Node.js Express和PostgreSQLREST API 源码

node api:使用Node.js Express和PostgreSQLREST API 源码

上传者: 2021-03-21 02:45:00上传 ZIP文件 72.49KB 热度 39次
使用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
下载地址
用户评论