All Projects → suxiaoX → react-express-mongodb

suxiaoX / react-express-mongodb

Licence: other
基于react全家桶+antd design+webpack2+node+express+mongodb开发的前后台博客系统

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-express-mongodb

React Router Async Routing
react router v4 async routing
Stars: ✭ 130 (+400%)
Mutual labels:  react-router, webpack2
frontend-tutorial
🎨 一个后端程序员的前端技术总结
Stars: ✭ 122 (+369.23%)
Mutual labels:  fetch, react-router
V2 Universal Js Hmr Ssr React Redux
⚡ (V2) Universal JS - Server Side Rendering, Code Splitting and Hot Module Reloading ⚡
Stars: ✭ 147 (+465.38%)
Mutual labels:  react-router, webpack2
Budgeting
Budgeting - React + Redux + Webpack (tree shaking) Sample App
Stars: ✭ 971 (+3634.62%)
Mutual labels:  react-router, webpack2
vue2-element
基于vue2 + vue-router2 + element-ui + vuex2 + fetch + webpack2 企业级后台管理系统最佳实践
Stars: ✭ 115 (+342.31%)
Mutual labels:  fetch, webpack2
Preact Redux Isomorphic
preact-redux-isomorphic PWA SPA SSR best practices and libraries in under 80kB page size (for live demo click the link below)
Stars: ✭ 85 (+226.92%)
Mutual labels:  react-router, webpack2
Productivity Frontend
Productivity Application - Kanban Style Productivity Management Application with Customizable Boards, Lists and Cards to Make You More Productive.
Stars: ✭ 234 (+800%)
Mutual labels:  react-router, webpack2
React Antd
基于react + redux + immutable + less + ES6/7 + webpack2.0 + fetch + react-router + antd实现的SPA后台管理系统模板
Stars: ✭ 321 (+1134.62%)
Mutual labels:  react-router, webpack2
Vue2 Element
基于vue2 + vue-router2 + element-ui + vuex2 + fetch + webpack2 企业级后台管理系统最佳实践
Stars: ✭ 112 (+330.77%)
Mutual labels:  fetch, webpack2
Redux Cnode
react+react-router+redux+es6+antd-mobile+webpack版本的Cnode
Stars: ✭ 96 (+269.23%)
Mutual labels:  fetch, react-router
React Static Complete Website
A complete website built using React JS, With SEO, Code Splitting, Pre-rendering, gzip and more.
Stars: ✭ 16 (-38.46%)
Mutual labels:  react-router, webpack2
react-antd
基于react + redux + immutable + less + ES6/7 + webpack2.0 + fetch + react-router + antd实现的SPA后台管理系统模板
Stars: ✭ 320 (+1130.77%)
Mutual labels:  react-router, webpack2
Redux Webpack Es6 Boilerplate
A starter project for modern React apps with Redux
Stars: ✭ 566 (+2076.92%)
Mutual labels:  react-router, webpack2
Webpack Core Usage
webpack2完整系列课程,欢迎阅读。同时欢迎移步我的react全家桶文章全集: https://github.com/liangklfangl/react-article-bucket
Stars: ✭ 94 (+261.54%)
Mutual labels:  react-router, webpack2
React Router Server
Server Side Rendering library for React Router v4.
Stars: ✭ 443 (+1603.85%)
Mutual labels:  react-router, webpack2
React Redux Styled Hot Universal
react boilerplate used best practices and focus on performance
Stars: ✭ 147 (+465.38%)
Mutual labels:  react-router, webpack2
Webpack React Router Redux Es6
webpack2+react+react-router+react-redux+ES6版本的CNode社区
Stars: ✭ 255 (+880.77%)
Mutual labels:  react-router, webpack2
React Dynamic Route Loading Es6
Auto chunking and dynamic loading of routes with React Router and Webpack 2
Stars: ✭ 297 (+1042.31%)
Mutual labels:  react-router, webpack2
Create React Redux App
This project was bootstrapped with Create React App and Redux, Sass Structure.
Stars: ✭ 46 (+76.92%)
Mutual labels:  fetch, react-router
r-music
react music demo
Stars: ✭ 57 (+119.23%)
Mutual labels:  fetch, webpack2

简介

根据目前个人水平,搭建的一个简易的后台博客系统


技术说明

  • 前台使用的技术 react redux react-router
  • UI组件库 antd
  • 后台技术 node express mongodb
  • 打包工具 webpack2

功能会慢慢的加

  • 目前前台路由搭建完毕,后台路由设计完毕,后台结合webpack启动项目。。。
  • 登录注册功能能可以使用
  • 后台可以新增文章,获取用户信息,获取文章信息
  • 首页增加后台入口

每天进步一点


  • 未完成 登录session,加密,时间格式化等,管理员权限功能
  • 文章在编辑,删除功能
  • 前台请求后台文章数据,展示文章
  • 完成了注册加密,登录解密

启动项目

- git clone 
- npm install
- mongod --dbpath /xxx(项目文件目录)/react-express-mongodb/app/server/db/ 或者 直接启动mongod(自行Google)
- 前端启动 npm start 
- 后端启动 npm run server

我是小黑哥( Leo ),我为自己带盐

  1. Hello world
  2. QQ: 946732383
  3. 我的博客
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].