To keep track of a user when they use different emails and phoneNumbers
- Docker
- Clone the github repository
git clone https://github.com/nitindoodhiya/identity-reconciliation.git
- Change directory into the project
cd identity-reconciliation/
- Start the project
docker-compose up --build
- Open the below URL on browser or send post request to the given URL:
http://localhost:3000/identify
{
email: "[email protected]",
phoneNumber: "12323434",
}