Best Flask open-source libraries and packages

Simple fine todo

A simple todo app built by Flask
Updated 2 years ago

todo

This is a simple and fine-look todo application

Deployment

🚀 heroku

Run it on your 💻

clone it

git clone https://github.com/surzia/simple-fine-todo.git
cd simple-fine-todo

install dependencies

pip install -r requirements.txt

run as web application

web: gunicorn app:app

or you can start it as flask app

flask run

Reference

Tags sqlite