Blog Personal Blog System
Iblog is a practiced hand project at the time of Learning Nodejs Demo
System support user Registration/Login, content article view, comments, background management (customized display of the category section, to add the article content) Super administrator can also be user management, etc.
At present just made a relatively rough version, running through the main module and some of the functions
Through the completion of this personal practiced hand project, is a Nodejs combined with express web development has a certain understanding and understanding, the road is endless ... There's a lot more to do.
The system also has a lot of instability and changes in the big knife place "prawn do not spray don't laugh"
More suitable for just contact Nodejs this piece of classmate, can be as demo, code in the comments more detailed
The students you need can go to GitHub.
Further study and time permitting will gradually improve and add more functions and optimization, etc...
The following articles will summarize the implementation of some modules and later optimization of the system TODO
Description of routing implementation
API Interface Routing
- /home
- /register User Registration
- /login User Login
- /comment Comment Get
- /comment/post Comment Submission
Main module
Admin module//Management module
- /home
- # #用户管理
- /USER User list
- # #分类管理
- /category Category List
- /category/add Category Additions
- /category/edit Classification Modification
- /category/delete Category Delete
- # #文章内容管理
- /article article List
- /article/add article add
- /article/edit Article editor
- /article/delete article Delete
- # #评论内容管理
- /comment Comment List
- /comment/delete Comment Delete
# # #模块说明TODO
First a few pictures--roar? There is a UI, the computer wallpaper-_--_--_-
Backstage part with Lost Bootstrap there's a lot more to do.
Nodejs+express+mongodb Simple Personal Blog system "study notes"