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
- Host: GitHub
- URL: https://github.com/shiyangzhaoa/call-club
- Owner: shiyangzhaoa
- License: mit
- Created: 2017-09-30T06:46:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T08:09:31.000Z (about 2 years ago)
- Last Synced: 2025-03-17T06:51:35.250Z (4 months ago)
- Topics: jsonwebtoken, koa2, nodejs, react, react-router-v4, redux, sass
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 32
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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] 信息数量,标记单个已读和全部已读
- [ ] 管理员功能