This repository contains the code for a simple web service that receives data generated from the R-Hero PR feedback template.
Upon request, it connects to an Azure storage account, and stores the received data in a table. The request goes through a Recaptcha validation first.
An Azure storage account must be set up.
Install dependencies with pip -i requirements.txt
Setup the enviroment variables in run.sh
and execute it.