Skip to content

Instructions

Python3

Clone repo

git clone https://github.com/odgon/WebhookCatcher
cd WebhookCatcher/src/app

Install requirements

pip install -r requirements.txt

Launch the api

uvicorn main:app --port 8081 --reload

Docker

Clone repo

git clone https://github.com/odgon/WebhookCatcher
cd WebhookCatcher

Use docker-compose

docker-compose build
docker-compose up