Skip to content

xiaoshihr/blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog


如有那些地方需要修改,或写得不好的地方请联系我,小弟感激不尽。
QQ:610540622(请备注一下:nodejs)


视图引擎:ejs
数据库:mongodb
框架:express
前台:bootstrap
后台:easyui

项目目录结构

blog
 |
 |--app
 | |--admin      //后台
 | |  |--controllers
 | |  |  |--article.js
 | |  |  |--comment.js
 | |  |  |--forum.js
 | |  |  |--home.js
 | |  |  |--user.js
 | |  |--views
 | |  |  |--articleIndex.ejs
 | |  |  |--articleOperate.ejs
 | |  |  |--commentIndex.ejs
 | |  |  |--forumOperate.ejs
 | |  |  |--home.ejs
 | |  |  |--login.ejs
 | |  |  |--userIndex.ejs
 | |  |  |--userOperate.ejs
 | |--show         //前台
 | |  |--controllers
 | |  |  |--comment.js
 | |  |  |--detail.js
 | |  |  |--index.js
 | |  |  |--lists.js
 | |  |  |--user.js
 | |  |--views
 | |  |  |--includes
 | |  |  |  |--comment.ejs
 | |  |  |  |--footer.ejs
 | |  |  |  |--head.ejs
 | |  |  |  |--header.ejs
 | |  |  |  |--pagination.ejs
 | |  |  |--pages
 | |  |  |  |--detail.ejs
 | |  |  |  |--index.ejs
 | |  |  |  |--lists.ejs
 | |  |  |--layout.ejs
 | |
 | |
 |--db //数据库
 |  |--forum.db.txt
 |  |--user.db.txt
 | |
 | |
 |--helper       //辅助类
 |  |--commonHelper.js
 |  |--dateHelper.js
 |  |--paginationHelper.js
 |  |--stringHelper.js
 |
 |
 |--dao       //业务层
 |  |--base.js
 |  |--article.js
 |  |--comment.js
 |  |--forum.js
 |  |--user.js
 |
 |
 |--models      //实体  
 |  |--mapping
 |  |  |--article.js
 |  |  |--comment.js
 |  |  |--forum.js
 |  |  |--user.js
 |  |--index.js
 |
 |
 |--public      //静态资源
 |  |--build
 |  |--images
 |  |--libs
 |  |--sass
 |
 |
 |--routes      //路由
 |  |--index.js
 |
 |
 |--.bowerrc
 |
 |--.gitignore
 |
 |--app.js      //主程序
 |
 |--bower.json
 |
 |--gulpfile.js
 |
 |--package.json
 |
 |--README.md
 |
 |--settings.js     //设置参数
 |

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 36.6%
  • CSS 32.0%
  • HTML 20.6%
  • PHP 9.2%
  • Classic ASP 1.4%
  • Ruby 0.2%