Skip to content

Simple Falsk app which change its background color by passing an environment variable.

Notifications You must be signed in to change notification settings

AhmedMattar21/flask-color-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Color App

Simple Falsk app which changes its background color by passing an environment variable. Screenshot of the app.

Run it using Docker

$ docker run -e APP_COLOR=blue -p 5000:5000 m4tt4r/flask-color-app

Run it using Python

$ cd flask-color-app
$ pip3 install -r requirements.txt
$ export APP_COLOR=gold
$ flask run

Python version 3.10.6

About

Simple Falsk app which change its background color by passing an environment variable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published