ianco / rest-hooks-echo-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running Echo Web Service

Git clone this repository, and run the following commands:

git clone https://github.com/ianco/rest-hooks-echo-service.git
cd rest-hooks-echo-service/resthooks
./run_docker.sh

This will run a sample rest hooks django application, and will expose an "echo" service that can be used as a test hook endpoint:

http://localhost:8000/api/echo/

Note that you can run the above on play with docker (https://labs.play-with-docker.com/) or play with von (http://play-with-von.vonx.io/) to expose a public endpoint for the echo service.

About


Languages

Language:Python 97.1%Language:Shell 1.9%Language:Dockerfile 1.0%