Go to file
Felipe Martin 20c38c5e1b
Added /request endpoint
2020-03-16 16:46:02 +01:00
templates Added /request endpoint 2020-03-16 16:46:02 +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 /request endpoint 2020-03-16 16:46:02 +01:00
local-run.sh Initial 2020-02-28 17:34:59 +01:00
requirements-dev.txt Added /request endpoint 2020-03-16 16:46:02 +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.