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.
- Raise or pick a ticket from open issues
- All forks should be pulled from the
development
branch
set up .env file install dependencies in requirements.txt execute "flask run" in bash to start app
#docker compose up --build