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 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