Go to file
Felipe Martin e06eb57f7f
Added http_request method
2020-03-13 10:44:17 +01:00
templates Better mimetype handling, index list all routes 2020-03-03 17:25:34 +01:00
.gitignore Initial 2020-02-28 17:34:59 +01:00
.python-version Initial 2020-02-28 17:34:59 +01:00
Makefile Initial 2020-02-28 17:34:59 +01:00
README.md Added simple README 2020-03-03 17:26:57 +01:00
app.py Added http_request method 2020-03-13 10:44:17 +01:00
local-run.sh Initial 2020-02-28 17:34:59 +01:00
requirements-dev.txt Initial 2020-02-28 17:34:59 +01:00
requirements.txt Added http_request method 2020-03-13 10:44:17 +01:00

README.md

Simple OpenShift application

This is a simple OpenShift application for debugging purposes. You can deploy it with the python:3.6 builder and it should work out of the box.

It provides several routes for testing on the index page.

Feel free to send patches.