使用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