Template for a simple Flask application.
It contains the latest version of [Bootstap 3.3.5] (http://getbootstrap.com/) theme and [jQuery 1.11.3] (https://jquery.com/).
To get started, follow these next steps:
$ git clone [email protected]:maangulo12/flask-app.git
$ cd flask-app
To use vitualenvs follow this [guide] (http://docs.python-guide.org/en/latest/dev/virtualenvs/)
$ pip install -r requirements.txt
$ python application.py