zwpxl / todoism

A to-do list application build with Flask, featured with SPA, i18n support and Web APIs.

Home Page:http://todoism.helloflask.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todoism

We are todoist, we use todoism.

Demo: http://todoism.helloflask.com

Screenshot

Installation

$ git clone https://github.com/greyli/todoism.git
$ cd todoism
$ pipenv install --dev
$ pipenv shell
$ flask initdb
$ flask translate compile
$ flask run
* Running on http://127.0.0.1:5000/

For Chinese Readers of My Flask Book

这个仓库包含《Flask Web开发实战》第10章的示例程序Todoism的源码。

仓库中的Git标签(tag)按照书中的章节推进设置,你可以在书中相应位置看到对应标签的签出提示。请阅读前言中的《如何使用示例程序》一节了解具体操作。

如果执行pipenv install命令安装依赖耗时太长,你可以考虑使用国内的PyPI镜像源,比如:

$ pipenv install --dev --pypi-mirror https://mirrors.aliyun.com/pypi/simple

License

This project is licensed under the MIT License (see the LICENSE file for details).

About

A to-do list application build with Flask, featured with SPA, i18n support and Web APIs.

http://todoism.helloflask.com

License:MIT License


Languages

Language:Python 69.1%Language:JavaScript 16.4%Language:HTML 12.7%Language:CSS 1.9%