Skip to content
/ MyNode Public

使用React构建的个人博客网站。样式使用了MaterialUi,数据库使用Mongo。

Notifications You must be signed in to change notification settings

isyours/MyNode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs Blog

一个简单的博客系统,包含博客列表展示、博客详情展示、留言板、博客内容编辑功能。

前端使用了ReactJs框架,使用了MaterialUi样式。后端使用NodeJs和MongoDb。

前端目录

前端逻辑保存在MyNode/app

app/main.js: 前端应用入口
app/routes.js: 路由配置
app/alt.js: 消息总线
app/actions: 保存前后端通信逻辑
app/components: 模块化实现页面及样式
app/stores: 通信成功后的回调方法
app/stylesheets: 样式模板

后端目录

后端逻辑保存在MyNode/server

server/config: 路由配置、环境配置
server/controller: 前端接口
server/middlewares: 鉴权配置

线上作品:GKwen

邮箱:411150056@qq.com

About

使用React构建的个人博客网站。样式使用了MaterialUi,数据库使用Mongo。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published