gio8tisu / flask-simple_site

Simple Flask web site with random photos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask-simple_site

Simple Flask web site with random photos.

On each "refresh" one of three photos is selected.

Run locally

$ pip install flask jinja2  # install django
$ python run.py  # run server

Go to localhost:8080/

Run with docker-compose

$ docker-compose up

Go to localhost:8080/

About

Simple Flask web site with random photos


Languages

Language:Python 55.2%Language:HTML 24.5%Language:Dockerfile 20.3%