A ReSTful API for verifying 'life events' such as births, deaths, marriages, and civil partnerships.
To test changes to this repository simply run:
make test
POSTGRES_DB=xxx POSTGRES_USER=xxx POSTGRES_PASSWORD=xxx POSTGRES_SSL=true NODE_TLS_REJECT_UNAUTHORIZED=0 npm start
- Insert appropriate values for the environment variables.
- Start the postgres proxy for the environment
- Set NODE_TLS_REJECT_UNAUTHORIZED=0 to allow self-signed certificates during local testing
docker-compose up --build