Code4GovTech / server

0 stars 4 forks source link

C4GT Github App Backend

The C4GT is the backend for the C4GT Community Support App.

It is primarily an event driven application based around Github Webhooks received via a Github App Installation.

It's build on the quart web microframework.

How to Contribute

Setup

set up .env file install dependencies in requirements.txt execute "flask run" in bash to start app

Reference

Github Webhook Reference

docker compose up --build