bookshelf example
书架示例描述这个简单的应用程序使用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 -
下载地址
用户评论