Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 444 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 444 Bytes

WhereToSleep

呐、今天去哪个空教室睡觉呢?

文件结构

.
├── LICENSE
├── README.md
└── src
    ├── backend.py 后端部分,使用 FastAPI 实现
    ├── frontend   前端部分,使用 React 胡乱实现
    └── utils      数据处理,在此将教务处的课表转换为后端需要的 json 文件

以上代码仅在 macOS Catalina 上使用最新的 Python 测试过。