https://github.com/qiwihui/codedays
One code problem a day, keeps the doctor away.
https://github.com/qiwihui/codedays
algorithm code django django-rest-framework python python3
Last synced: 7 months ago
JSON representation
One code problem a day, keeps the doctor away.
- Host: GitHub
- URL: https://github.com/qiwihui/codedays
- Owner: qiwihui
- Created: 2020-02-29T12:27:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T13:01:26.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T13:09:48.868Z (12 months ago)
- Topics: algorithm, code, django, django-rest-framework, python, python3
- Language: Python
- Homepage: https://codedays.qiwihui.com
- Size: 2.98 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Codedays - 每日一题,增加面试成功率
===每天发送一道关于数据结构和算法的题目,以及提供前一天题目的答案。
网址:[codedays.app](https://codedays.qiwihui.com/)
## 如何运行项目
### 前端
```shell
cd cad_fe
npm i
npm run serve
```### 后端
```shell
cd cad_server
pip install -r requirements.txt
python manage.py runserver
```## 生产部署
参见 `.github/workflows/deploy.yml`