文件名称:blog-service:用于博客数据的Node.js Express Web服务
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-17 11:23:13
JavaScript
博客服务 Node.js / Express Web服务用于博客数据
【文件预览】:
blog-service-master
----.gitignore(646B)
----app.js(1KB)
----package.json(695B)
----bin()
--------www(2KB)
----models()
--------topic.js(392B)
--------user-profile.js(458B)
--------tag.js(310B)
--------comment.js(586B)
--------index.js(1007B)
--------blog-user.js(698B)
--------blog.js(419B)
--------post.js(883B)
----LICENSE(1KB)
----public()
--------stylesheets()
----views()
--------error.jade(84B)
--------index.jade(66B)
--------layout.jade(125B)
----README.md(59B)
----tests()
--------unit()
----config()
--------config-example.json(464B)
----routes()
--------blogs.js(2KB)
--------index.js(243B)
--------users.js(203B)