Skip to content

greyli/todoism

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
August 14, 2018 19:15
August 14, 2018 19:15
August 14, 2018 19:15
August 14, 2018 19:15
June 13, 2021 07:55
August 14, 2018 19:22
August 14, 2018 19:27

Todoism

We are todoist, we use todoism.

Example application for Python Web Development with Flask (《Flask Web 开发实战》).

Demo: http://todoism.helloflask.com

Screenshot

Installation

clone:

$ git clone https://github.com/greyli/todoism.git
$ cd todoism

create & activate virtual env then install dependency:

with venv/virtualenv + pip:

$ python -m venv env  # use `virtualenv env` for Python2, use `python3 ...` for Python3 on Linux & macOS
$ source env/bin/activate  # use `env\Scripts\activate` on Windows
$ pip install -r requirements.txt

or with Pipenv:

$ pipenv install --dev
$ pipenv shell

init database then run:

$ flask initdb
$ flask translate compile
$ flask run
* Running on http://127.0.0.1:5000/

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published