Giter Club home page Giter Club logo

ukhomeoffice.ukvi-complaints's Introduction

UKVI-Complaints Docker Repository on Quay

Getting started

Get the project from Github

$ git clone [email protected]:UKHomeOffice/UKVI-Complaints.git && cd UKVI-Complaints

Install the dependencies and build the project resources

$ npm install

Install Docker Compose

Run the services locally with Docker Compose

$ docker-compose up

Set up AWS SQS queue locally

Run AWS services locally using localstack.

$ docker run --rm -p 4566:4566 -p 4571:4571 localstack/localstack

To create an SQS queue on the localstack instance.

aws \
sqs create-queue \
--queue-name local-queue \
--endpoint-url http://localhost:4566 \
--region eu-west-2

This will return a url, add this is the url of the localstack sqs queue:

http://localhost:4566/000000000000/local-queue

To view what is on the queue currently run:

aws --endpoint-url=http://localhost:4566 --region eu-west-2 sqs receive-message --queue-url http://localhost:4566/000000000000/local-queue --max-number-of-messages 10

Running in dev

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

$ npm run dev

ukhomeoffice.ukvi-complaints's People

Contributors

easternbloc avatar gxxm avatar james-hovell avatar joechapman avatar joefitter avatar joehod avatar lennym avatar maxosullivan avatar sarahjaneluff avatar sulthan-ahmed avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.