Objective
This talk focuses on deployment of Flask application to Heroku, one of the most popular cloud hosting services. The talk covers some of the key parameters required to deploy web applications on Heroku.
Description
Now that you have completed your Flask app, you would definetly wish your peers to review/appraise your work. You will be amazed how hassle free deploying to Heroku is.
This session will give the attendee an overview on creating and deploying a Flask web app to Heroku.
The talk will also cover viewing and monitoring application logs, adding a database, the basis of add-ons, dynos and its impact on performance of the app.
Requirements
Attendees should already have a basic knowledge of Python, Flask and a familiarity with command-line tools.
The talk will use a simple (pre-made) Flask application.
Speaker bio
I am passionate about Python and web technology, the open source variety in particular. I am co-founder of GeekLab , an early staged startup, where we are working on bridging the gap that exists between the student fraternity and the corporate sector.
Most of my projects are written in Python and are hosted on Github
2
▼
There are is no proper documentation for integrating databases into heroku. hope you will cover that.
1
▼
Yes, I will demonstrate adding a database on heroku, updated my talk too.