express postgres starter:Node.js的入门项目其中Express和Postgres在Docker Compose上运行 源码
Express Postgres入门 使用Express和Postgres的Node.js入门项目 建立 先决条件: 桌面版Docker 在项目的根目录中运行docker-compose up 。 它将以开发模式启动Postgres和Express应用服务器。 它将应用程序服务器绑定到localhost:3000 ,可以通过更改3000:3000中的前3000个来重新映射它。 Postgres在端口35432上暴露。 连接字符串为postgres://user:pass@localhost:35432/db (用户名,密码和数据库名在中定义)。 您可以使用psql客户端连接到Pos
文件列表
express-postgres-starter-master.zip
(预估有个26文件)
express-postgres-starter-master
config.js
85B
bin
start.js
70B
migrate.js
945B
package.json
1KB
.github
FUNDING.yml
15B
workflows
nodejs.yml
424B
暂无评论