文件名称:express-herbs-with-psql
文件大小:269KB
文件格式:ZIP
更新时间:2024-06-20 05:58:47
JavaScript
自述文件 我是怎么做的 $ express herbs-with-postgresql $ cd herbs-with-postgresql 犯罪 创建 README 并做笔记 将"pg": "~4.3.0",添加到package.json依赖项 $ npm install 使用内容node_modules/**创建.gitignore 创建一个与 app 同名的 postgres 数据库 登录 postgres CLI,用你的 postgres 用户名替换用户名$ psql -d postgres -U username 创建数据库 如果您在应用名称中使用- ,请替换为下划线_ =# CREATE DATABASE herbs_with_postgresql; 将以下内容添加到app.js ,但是: 用你的 postgres 用户名替换username名 用 postgr
【文件预览】:
express-herbs-with-psql-master
----bin()
--------www(2KB)
----package.json(360B)
----routes()
--------index.js(205B)
--------herbs.js(3KB)
----app()
--------migration()
----views()
--------index.jade(66B)
--------herbs()
--------error.jade(84B)
--------layout.jade(399B)
----.gitignore(30B)
----public()
--------bootstrap()
--------stylesheets()
----app.js(2KB)
----README.md(11KB)