https://github.com/chenqianhe/creditstatisticssystem
华中科技大学学分统计系统
https://github.com/chenqianhe/creditstatisticssystem
flask mongodb react typescript web
Last synced: 3 months ago
JSON representation
华中科技大学学分统计系统
- Host: GitHub
- URL: https://github.com/chenqianhe/creditstatisticssystem
- Owner: chenqianhe
- License: mit
- Created: 2022-01-09T11:12:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T13:03:47.000Z (over 3 years ago)
- Last Synced: 2025-01-19T18:18:00.071Z (5 months ago)
- Topics: flask, mongodb, react, typescript, web
- Language: TypeScript
- Homepage:
- Size: 23.4 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 华中科技大学学分统计系统
前端部署地址:https://credit-statistics-system.datavis.top
备用地址:https://credit-system-1g4b1c8k9ed08930-1301838709.ap-shanghai.app.tcloudbase.com
## 前端
Vite + React + Less 实现
### 安装
```
cd client/credit-statistics
npm install
```
### 运行
```
cd client/credit-statistics
npm run dev
```## 后端
后端Flask实现数据库使用Mongodb
所有接口均为POST方法
### 安装库
```
pip install -r requirements.txt
```
### 运行
```python
python start.py
```
### 接口文档地址
https://www.apipark.cn/s/95b75894-1085-4438-8e2f-e11cd26e13d7# 整体介绍



























