Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 469 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 469 Bytes

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 :