/app-deploy

A basic hello world app in Flask used to practice deployment and maintenance workflow for a production web app

Primary LanguagePython

App Deploy

This is a very simple Flask application (essentially the hello world example that can be found on the Flask website, used for the purpose of learning workflow and best practices for deploying and maintaining a production web application.

The corresponding series of blog posts showing the process of deploying and maintaining this application can be found here. To follow along with the blog posts, clone this repository and each post will describe the commit to checkout to see the relevant state of the repository for that lesson.