Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prakharchoudhary/todolistmaker

A python-flask based Todo-list maker. Create and keep a private record of all the important things you wish to do!
https://github.com/prakharchoudhary/todolistmaker

flask-api flask-application python todo-list

Last synced: about 1 month ago
JSON representation

A python-flask based Todo-list maker. Create and keep a private record of all the important things you wish to do!

Awesome Lists containing this project

README

        

# TodoListMaker
A python-flask based Todo-list maker. Create and keep a private record of all the important things you wish to do!

## Requirements:

* python
* pip
* peewee
* Flask

## How To Install and Run the Project :

* Install the Dependencies using `pip install -r requirements.txt`.

* Run the project using `python app.py`.

* App can be viewed at `http://localhost:8000/`