Tishacy / Tori

A simple todo list app build with flask and mongodb.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple todo-list app build with flask and mongodb.

Install

  1. Ensure that mongodb is installed.
$ sudo apt install mongodb
  1. Install the dependencies.
$ pip install -r requirements.txt
  1. Run the app.
$ flask run
  1. Open http://127.0.0.1:5000/ in your browser, and you'll see the app.

Usage

  • Add a todo: Simply write your todo in the text input area and click add button.

    All your todos are stored in collection 'todos' in database 'tori' in MongoDB.

  • Edit a todo: Click E button at the right of the todo to edit it.

  • Delete a todo: Click × button to delete the todo.

TODOs

  • Add more color themes.
  • Export the todo-list.
  • Add ranks of each todo item.

LICENSE

Copyright (c) 2019 tishacy. Licensed under the MIT License.

About

A simple todo list app build with flask and mongodb.

License:MIT License


Languages

Language:HTML 73.4%Language:Python 26.6%