文件名称:basic-knex-with-express
文件大小:40KB
文件格式:ZIP
更新时间:2024-05-08 00:57:31
JavaScript
使用knex.js的基本express.js应用 一个使用非常基本的应用程序。 开发设置 # installs node_modules/ folder npm install # initialize database schema to latest migration npx knex migrate:latest # initialize database with seed data npx knex seed:run # start express.js server on port 3000 node index.js 执照
【文件预览】:
basic-knex-with-express-master
----migrations()
--------20191001200520_cohorts.js(382B)
--------20191001202418_students.js(377B)
--------20191001202518_students.js(377B)
--------20191001201539_cohorts.js(76B)
--------20191001201522_cohorts.js(76B)
--------20191001202406_students.js(377B)
--------20191001201938_students.js(377B)
----jsontest.js(705B)
----LICENSE.md(744B)
----README.md(459B)
----templates()
--------homepage.mustache(600B)
----.gitignore(39B)
----index.js(2KB)
----package-lock.json(131KB)
----seeds()
--------001_cohorts.js(610B)
--------002_cohorts.js(643B)
----package.json(418B)