Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntut-xuan/score-management-system
利用 React 前端 + Flask 後端實作出來的成績管理系統
https://github.com/ntut-xuan/score-management-system
Last synced: 21 days ago
JSON representation
利用 React 前端 + Flask 後端實作出來的成績管理系統
- Host: GitHub
- URL: https://github.com/ntut-xuan/score-management-system
- Owner: ntut-xuan
- Created: 2022-08-03T16:53:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-24T08:33:19.000Z (over 2 years ago)
- Last Synced: 2024-04-20T11:59:51.350Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 954 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Score Management System
成績管理系統
利用 React 前端 + Python 後端實作出來的成績管理系統
![](https://i.imgur.com/AjFoDwB.png)
## 預期支援功能
- [ ] 供給學生/教師/助教登入登出系統
- [ ] 可管理班級人員
- [ ] 可管理功課
- [ ] 可管理成績(納入功課成績,或者自行新增成績項)
- [ ] 可查看班級近期事件
- [ ] 私訊平台與公告區
- [ ] 統計班級繳交情況與數據分析
- [ ] RESTful CRUD 支援
- [ ] 結合北科 Auth (?)
- [ ] 一鍵匯入 CSV 等資料## 使用技術
### 前端
React.js、SweetAlarm2、chart.js、Babel、TailwindCSS
### 後端
Flask、Gunicorn
### 資料庫
MariaDB