- Sync to online account
- Offline usability (powered by PWA)
- Groups
- Due date and time
- i18n
- Unit Test
- Refactor with Django Restful Framework
- 安装
pipenv和yarn(包括最新版的nodejs) - cd 到
./todolist里面去 - 初次使用记得
pipenv install安装虚拟环境 pipenv shell进入pipenv虚拟环境./update_run.sh运行
- Install Docker and Docker-Compose
- Just execute
$ sudo docker-compose upat the root directory of the project in the terminal. - Enter
localhost://8080in browser to explor the website.
If you wanna fully rebuild the container, just type
$ sudo docker-compose up --build
BTW,
sudois optional.
- Backend: todolist
- Frontend: db_frontend
用于管理其他用户
- 账号: admin
- 密码: admin666
用于登录
- 账号: 17775110118
- 密码: 97294597
- Python 3.7
- Pipenv
- MongoDB
- yarn(optional)
- Django
- MongoDB
- mongoengine
- vue
- yarn
- vuetify
- filepone
- python & pipenv
$ ./start.sh如果做了修改, 请执行 todolist/update_run.sh