UKHomeOffice / ukvi-complaints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UKVI-Complaints Docker Repository on Quay

Getting started

The UKVI complaints service is a HOF app that users of UKVI can use to send complaints about their experience to the UKVI team. The service sends the complaint by email to the UKVI team and also a confirmation email to the user. The service has been integrated with the DECS case working system, by pushing each form submission to an AWS SQS queue which the DECS system will retrieve.

Get the project from Github

$ git clone git@github.com:UKHomeOffice/UKVI-Complaints.git && cd UKVI-Complaints

Install the dependencies and build the project resources

$ yarn install

Install Docker Compose

Run the services locally with Docker Compose

$ docker-compose up

Getting your hands dirty (You'll need Redis for this)

$ yarn start

About


Languages

Language:Gherkin 70.3%Language:JavaScript 25.0%Language:HTML 3.6%Language:Shell 0.8%Language:SCSS 0.2%Language:Dockerfile 0.2%