bookshelf_example

时间:2024-07-27 13:39:13
【文件属性】:

文件名称:bookshelf_example

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-27 13:39:13

JavaScript

书架示例 描述 这个简单的应用程序使用 Node.js 和 bookshelf.js (ORM)。 文件结构 bookshelf_example/ - 应用程序根。 bookshelf_example/config/ - 配置文件。 bookshelf_example/config/db.js - 数据库配置。 bookshelf_example/models/ - 模型。 bookshelf_example/models/Article.js - 用户模型文件。 bookshelf_example/public/ - 视图、js、css。 bookshelf_example/routes/ - 应用程序路由。 bookshelf_example/routes/index.js - 主页(主)路由 bookshelf_example/routes/articles.js -


【文件预览】:
bookshelf_example-master
----models()
--------Article.js(161B)
----bin()
--------www(258B)
----config()
--------db.js(274B)
----package.json(342B)
----server.js(298B)
----routes()
--------index.js(162B)
--------articles.js(1KB)
----node_test.sql(2KB)
----.gitignore(37B)
----public()
--------addArticle.html(2KB)
--------articleList.html(709B)
--------index.html(1KB)
--------app.js(2KB)
--------articleDetails.html(573B)
----README.md(5KB)
----router.js(386B)

网友评论