Skip to content

danfinn/docker-python-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Docker + Flask

A simple webapp that takes an integer and a character as input and builds a pyramid out of it. For example, 5 and "a" would get you:

a
aa
aaa
aaaa
aaaaa
aaaa
aaa
aa
a

This is built using python + flask + docker + docker-compose. It also uses redis for a hit counter.

Running

If you'd like to run this locally you can :

About

Playing around with Flask (and docker)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published