文件名称:express-postgres-starter:Node.js的入门项目,其中Express和Postgres在Docker Compose上运行
文件大小:88KB
文件格式:ZIP
更新时间:2024-02-25 22:25:06
nodejs docker express docker-compose postgresql
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
----config.js(85B)
----bin()
--------start.js(70B)
--------migrate.js(945B)
----package.json(1KB)
----.github()
--------FUNDING.yml(15B)
--------workflows()
----server.js(806B)
----Dockerfile(137B)
----docker-compose.yaml(493B)
----LICENSE(1KB)
----package-lock.json(276KB)
----src()
--------persistence()
--------middleware()
--------api()
--------migrations()
--------modules()
----.gitignore(1KB)
----.dockerignore(13B)
----.dependabot()
--------config.yml(250B)
----README.md(2KB)
----.editorconfig(305B)