Skip to content
This repository was archived by the owner on Jul 23, 2021. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

一个简单的 TodoList 项目

Features

  • Sync to online account
  • Offline usability (powered by PWA)
  • Groups
  • Due date and time

TODO

  • i18n
  • Unit Test
  • Refactor with Django Restful Framework

调试

  • 安装 pipenvyarn (包括最新版的 nodejs)
  • cd 到 ./todolist 里面去
  • 初次使用记得 pipenv install 安装虚拟环境
  • pipenv shell 进入 pipenv 虚拟环境
  • ./update_run.sh 运行

Dockerize

  • Install Docker and Docker-Compose
  • Just execute $ sudo docker-compose up at the root directory of the project in the terminal.
  • Enter localhost://8080 in browser to explor the website.

If you wanna fully rebuild the container, just type $ sudo docker-compose up --build

BTW, sudo is optional.

More infos to quickly start this prject

超级用户

用于管理其他用户

  • 账号: 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

About

Simple TodoList

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages