Skip to content

A pre-work-todolist for internship. 👇前后端交互。👉纯前端[Deprecated]

License

Notifications You must be signed in to change notification settings

ZYSzys/pre-work-todolist

Repository files navigation

pre-work-todolist

Travis CI code style: prettier python Django Django REST Framework Support license

A pre-work-todolist for internship.

Install

# backend
$ pip install -r requirements.txt

# frontend
$ cd frontend && yarn install

Run

# backend
$ ./manage.py makemigrations backend
$ ./manage.py migrate
$ ./manage.py createsuperuser
$ ./manage.py runserver

# frontend
yarn start

增加一个待办事项

删除一个待办事项

标记一个待办事项为已完成

编辑一个待办事项的具体内容

列出所有的待办事项

待办事项可以设置expireDate

待办事项可以设置优先级:

  • H(high)表示优先级最高
  • M(middle)表示优先级适中
  • L(low)表示优先级最底

About

A pre-work-todolist for internship. 👇前后端交互。👉纯前端[Deprecated]

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published