文件名称:nodejsblog:节点博客
文件大小:20KB
文件格式:ZIP
更新时间:2024-06-21 00:05:52
JavaScript
这是一个博客系统 功能: 登录 | 注册 | 登出 发表 | 编辑 | 删除 博文 添加评论 添加分页功能 添加存档 添加标签 添加page view counter 添加检索功能 添加404页面 添加转载功能(没有验证用户是否已转载该文章) 添加日志功能
【文件预览】:
nodejsblog-master
----models()
--------user.js(2KB)
--------post.js(10KB)
--------comment.js(809B)
--------db.js(241B)
----settings.js(98B)
----routes()
--------index.js(14KB)
----views()
--------edit.html(1KB)
--------page.html(291B)
--------404.html(202B)
--------tagPost.html(913B)
--------tags.html(619B)
--------upload.html(843B)
--------side.html(481B)
--------article.html(1KB)
--------login.html(787B)
--------footer.html(51B)
--------index.html(148B)
--------tag.html(153B)
--------info.html(136B)
--------archive.html(728B)
--------post.html(1KB)
--------user.html(800B)
--------home.html(845B)
--------comment.html(1KB)
--------register.html(978B)
--------header.html(309B)
----common()
--------common.js(389B)
----public()
--------css()
--------img()
----app.js(2KB)
----README.md(335B)