https://github.com/zhoubichuan/blog-react-egg-mongodb-
全栈博客项目(react+antdesign+egg+mongodb)
https://github.com/zhoubichuan/blog-react-egg-mongodb-
Last synced: 2 months ago
JSON representation
全栈博客项目(react+antdesign+egg+mongodb)
- Host: GitHub
- URL: https://github.com/zhoubichuan/blog-react-egg-mongodb-
- Owner: zhoubichuan
- Created: 2018-10-09T15:02:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T15:05:21.000Z (over 6 years ago)
- Last Synced: 2025-01-23T18:49:18.076Z (4 months ago)
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 一个博客全栈项目
## 前端 react +antedesign
## 后端 egg 框架
## 数据库 mongodb
## 启动:
* 1.启动数据库:mongod --config D:\MongoDB\etc\mongodb.conf
* 2.启动服务:npm run dev
* 3.启动前端: npm run dev## 思路:
- 1.两个路由/和/admin分别为登录界面和内容界面,用react中路由去控制
-2.### http://localhost:3000/#/

### http://localhost:3000/#/admin
