Skip to content

mengxxSELF/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

个人博客项目

  • 基于nodejs && express的后台服务
  • 基于jquery && bootstrap的前端网页构建
  • 主要在后台实现数据变动操作

注册

登录

文章发布页

文章列表页

运行项目

克隆项目

> $ git clone https://github.com/mengxxSELF/Blog.git

在当前目录下安装依赖包

> $ npm install

启动服务器

> $ npm run start

执行完npm run start命令后,打开浏览器 http://localhost:3000 访问博客地址

项目说明

  1. 项目需求

    • 只有注册用户才可以进行文章发表 、评论。
    • 只有文章作者才可删除文章、评论。
  2. 页面访问地址

    • 注册页:localhost:3000/user/reg
    • 登录页:localhost:3000/user/login
    • 文章列表页:localhost:3000/article/articles
    • 文章发表页:localhost:3000/article/article