Go to file
Jimmy c3141df775 Check json 2022-02-23 10:25:19 +00:00
app Check json 2022-02-23 10:25:19 +00:00
.env.sample Update 2021-07-28 21:52:26 +12:00
.gitignore Initial files 2021-07-04 02:23:38 +00:00
Dockerfile Switch to Fastapi 2021-07-28 21:48:30 +12:00
LICENSE Initial commit 2021-07-04 02:01:51 +00:00
Pipfile Remove dotenv Move test files. Get run dev working 2021-07-28 21:51:05 +12:00
Pipfile.lock Update 2021-07-28 21:51:58 +12:00
README.md Update readme 2021-07-28 21:55:02 +12:00
docker-compose.yml Remove Caddy. Add port 2021-07-28 21:53:26 +12:00

README.md

Github Web Hook

Example of how to use Github web hooks using Fastapi

pipenv sync

pipenv run test

cp .env.sample .env

pipenv run dev

docker-compose up --build