文件名称:express-locallibrary-tutorial:用Express(节点)编写的本地图书馆网站
文件大小:65KB
文件格式:ZIP
更新时间:2024-05-17 17:28:01
JavaScript
Express-LocalLibrary-Tutorial
【文件预览】:
express-locallibrary-tutorial-master
----.gitignore(914B)
----app.js(2KB)
----populatedb.js(8KB)
----package.json(646B)
----package-lock.json(124KB)
----bin()
--------www(2KB)
----models()
--------author.js(1KB)
--------book.js(589B)
--------bookinstance.js(944B)
--------genre.js(716B)
----LICENSE(16KB)
----public()
--------.DS_Store(12KB)
--------stylesheets()
----.DS_Store(8KB)
----views()
--------bookinstance_form.pug(1KB)
--------error.pug(84B)
--------bookinstance_list.pug(505B)
--------author_form.pug(844B)
--------genre_detail.pug(278B)
--------index.pug(580B)
--------author_delete.pug(661B)
--------book_list.pug(186B)
--------author_detail.pug(369B)
--------bookinstance_detail.pug(559B)
--------layout.pug(1KB)
--------genre_list.pug(152B)
--------genre_form.pug(380B)
--------book_detail.pug(955B)
--------book_form.pug(1KB)
--------author_list.pug(193B)
----README.md(32B)
----heroku(0B)
----git(0B)
----controllers()
--------bookinstanceController.js(7KB)
--------genreController.js(7KB)
--------authorController.js(8KB)
--------bookController.js(10KB)
----routes()
--------index.js(296B)
--------catalog.js(4KB)
--------users.js(548B)
----.gitattributes(66B)