Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

helloflask/todo

Repository files navigation

Task5

A to-do list App made with Flask and JavaScript.

DEMO

http://task5.herokuapp.com/

demo

Dependency

Flask-SQLAlchemy==2.1
SQLAlchemy==1.1.4

Installation

First, clone it from Github:

$ git clone https://github.com/helloflask/todo.git
$ cd todo

Then use pip to install requirements (recommend to use virtualenv create a virtual enviroment):

$ pip install -r requirements-dev.txt

Run the app:

$ python app.py

Now Go to http://127.0.0.1:5000/

To do

  • Drag to sort items
  • Edit category
  • Set task's priority
  • Set task's date

More details

关于这个项目的详细介绍:Flask实践:待办清单
更多关于Flask的原创优质内容,欢迎关注Hello, Flask!——知乎专栏

License

This demo application is licensed under the MIT license: http://opensource.org/licenses/mit-license.php

About

This project is deprecated in favour of Todoism.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published