/flask-todoapp

The example TODOapp developed using Flask, Vertabelo, SQLAlchemy and Bootstrap.

Primary LanguageHTML

Flask TODOapp

The example TODOapp developed using Flask, Vertabelo, SQLAlchemy and Bootstrap.
The initial version is deployed to Heroku: http://flask-todoapp.herokuapp.com/.

Screenshots

Main screen

Create todo screen

Create category screen

Installation

Clone the repo: git clone https://github.com/pdybka-ep/flask-todoapp.git

To run the application type:

python todoapp.py

The tutorial Flask web application development includes 4 parts:

and explains the application details from how to 'set up a local environment with all required dependencies' to 'deployment to Heroku' .