Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/prakharchoudhary/todolistmaker
- Owner: prakharchoudhary
- Created: 2016-07-15T18:22:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T13:09:47.000Z (over 7 years ago)
- Last Synced: 2025-01-03T23:22:13.328Z (about 2 months ago)
- Topics: flask-api, flask-application, python, todo-list
- Language: Python
- Homepage:
- Size: 1.83 MB
- Stars: 10
- Watchers: 3
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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/`