Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 699 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 699 Bytes

R-hero-feedback-service

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.

Dependencies

An Azure storage account must be set up.

Install dependencies with pip -i requirements.txt

Run

Setup the enviroment variables in run.sh and execute it.