msrn / flask-demo-app

Fullstack flask demo app with docker and k8s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask demo app

Simple Flask based demonstration about making frontend and backend application. Designed to work in container environments.

Docker

docker-compose up

Kubernetes / openshift

Made with CSC Rahti contrainer cloud in mind.

oc login <snip>
kubectl apply -f ./frontend-k8s.yaml
kubectl apply -f ./backend-k8s.yam

About

Fullstack flask demo app with docker and k8s


Languages

Language:Python 45.4%Language:Dockerfile 40.6%Language:HTML 14.0%