express-postgres-api-starter:具有Postgres数据库的Node Express API项目入门

时间:2024-04-22 10:39:26
【文件属性】:

文件名称:express-postgres-api-starter:具有Postgres数据库的Node Express API项目入门

文件大小:115KB

文件格式:ZIP

更新时间:2024-04-22 10:39:26

JavaScript

Express Postgres API入门 具有Postgres数据库的Node Express API项目入门 快速开始 安装依赖项 npm install 复制示例环境变量 cp .env.example .env 运行迁移和种子 npx knex migrate:latest npx knex seed:run 启动本地服务器 npm run dev


【文件预览】:
express-postgres-api-starter-master
----functions()
--------coffee.js(139B)
--------index.js(338B)
--------error.js(221B)
--------paginate.js(1KB)
--------remove-refresk-token-cookie.js(308B)
--------random-hash.js(195B)
----bin()
--------www(923B)
----postman()
--------express.postman_collection.json(4KB)
----knexfile.js(686B)
----package.json(1KB)
----db()
--------functions()
--------index.js(63B)
--------resources()
--------migrations()
--------knex.js(232B)
--------seeds()
----routes()
--------index.js(115B)
--------identity.js(577B)
--------todo.js(578B)
----middleware()
--------user-not-exist.js(323B)
--------index.js(520B)
--------slow.js(238B)
--------not-found.js(112B)
--------authorize.js(444B)
--------user-exists.js(322B)
--------recaptcha.js(767B)
--------error-handler.js(463B)
--------fail.js(263B)
--------authenticate.js(912B)
----LICENSE(1KB)
----package-lock.json(334KB)
----controllers()
--------identity()
--------index.js(115B)
--------todo()
----schemas()
--------todo-schema.js(200B)
--------index.js(82B)
----.env.example(270B)
----.eslintrc.js(372B)
----.gitignore(1KB)
----.env.template(73B)
----.prettierrc.js(121B)
----app.js(672B)
----README.md(360B)
----router.js(503B)
----.editorconfig(229B)
----.gitattributes(19B)

网友评论