/flask-simple_site

Simple Flask web site with random photos

Primary LanguagePython

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/