node starter postgres:使用Postgres的Node的个人入门 源码
节点快速入门 个人项目入门 设置 完成以下步骤以开始一个新项目 # 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.zip
(预估有个23文件)
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
暂无评论