Plots as a service (XKCD style)
Plaas is composed of a very simple API and an even simpler web page.
The backend is build with Falcon, a minimalist an wicked fast framework for Python. Plots are generated by the fantastic MatPlotLib library with XKCD style.
The frontend is a simple HTML plus some bits of JS, all styled thanks to Bulma.
pipenv run pytest tests
Or using Docker:
docker build -t plaas-testing -f Dockerfile.testing .
docker run plaas-testing
pipenv run gunircorn plaas.app
Or using Docker:
docker build -t plaas .
docker run plaas