An open API service indexing awesome lists of open source software.

https://github.com/shiyangzhaoa/call-club

前端:react、redux和react router,后端:koa2,数据库:mongodb
https://github.com/shiyangzhaoa/call-club

jsonwebtoken koa2 nodejs react react-router-v4 redux sass

Last synced: 3 months ago
JSON representation

前端:react、redux和react router,后端:koa2,数据库:mongodb

Awesome Lists containing this project

README

        

# call-club
前端:react、redux和react router,默认占用3000,后端:koa2,数据库:mongodb,要求node8.0以上,默认占用8080;
后端部署到了heroku,已经对跨域做了处理。接口地址:https://call-club.herokuapp.com/api;
****
[线上地址](https://shiyangzhaoa.github.io/call-club-web/#/)

cd web => npm install => npm start
****
cd server = > npm install => node index
****
功能:
- [x] 登陆、注册
- [x] 文章列表、详情、创建和评论
- [x] 对文章的评论和对个人的回复
- [x] 信息数量,标记单个已读和全部已读
- [ ] 管理员功能