node-starter-postgres:使用Postgres的Node的个人入门

时间:2021-04-13 03:32:51
【文件属性】:
文件名称:node-starter-postgres:使用Postgres的Node的个人入门
文件大小:49KB
文件格式:ZIP
更新时间:2021-04-13 03:32:51
JavaScript 节点快速入门 个人项目入门 设置 完成以下步骤以开始一个新项目 # 1. First, clone to your machine git clone https://github.com/zempo/node-starter-postgres.git my_project # 2. Go to the project directory cd my_project # 3. Reset project .git history with this command rm -rf .git && git init # 4. Install project dependencies npm i # 5. Rename the example .env file, if you plan on using environmental variables in your project mv ex
【文件预览】:
node-starter-postgres-main
----postgrator-config.js(464B)
----package.json(1KB)
----test()
--------setup.js(241B)
--------app.spec.js(214B)
----example.env(372B)
----status.html(2KB)
----package-lock.json(118KB)
----src()
--------config.js(655B)
--------server.js(280B)
--------routes()
--------middleware()
--------app.js(3KB)
--------services()
----migrations()
--------001.do.create_db.sql(0B)
----.gitignore(25B)
----README.md(2KB)
----seeds()
--------trunc.db_tables.sql(0B)
--------seed.db_tables.sql(0B)

网友评论