Backend assignment for contact identification for bitespeed
Steps to start:
- start postgres docker container with the command: docker run -d --name postgres-db -e POSTGRES_USER=myuser -e POSTGRES_PASSWORD=mypassword -e POSTGRES_DB=mydatabase -p 5432:5432 postgres:13
- Set PORT in env
- run yarn start
- Endpoint to test http://localhost:PORT/identify Succesfully identified primary and secondary contacts:
