Skip to content

Code4GovTech/server

Repository files navigation

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

  • Raise or pick a ticket from open issues
  • All forks should be pulled from the development branch

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