sasilen / rahti-flask-hello

Simple flask hello world for teaching purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo: Flask hello-world in Rahti

This simple application will display all JPG photos located in the '/static' folder.

Quickstart

Create new application with source-to-image tools:

oc new-app https://github.com/cscfi/rahti-flask-hello --name="course-flask-demo"

Create the route for the application

oc create route edge --service=course-flask-demo --insecure-policy='Redirect' --port=8080

About

Simple flask hello world for teaching purposes.


Languages

Language:Python 100.0%