An open API service indexing awesome lists of open source software.

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.

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`