Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 778 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 778 Bytes

Deploying Python Flask App

This is a sample application which uses a simple python based web framework called Flask. Visit https://flask.palletsprojects.com/en/2.2.x/ to read more about Flask.

Pre-Requisites

To install this app you need the following packages installed on your system

  • Python
  • Pip

Your Tasks

  • Install the pre requsite packages
  • Fork and Clone the Application Code to the System
  • Build and Deploy the Application

Application Credits

This application was orginially created by Digital Ocean and was made available under MIT license. It is been forked from https://github.com/digitalocean/sample-flask and then been modified by School of Devops team to convert it into a project.