Nodejs+express+mongodb Simple Personal Blog system "study notes"

Source: Internet
Author: User

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

    • /home
    • /view content Page


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"

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.