oindrila-b / identity-reconcilliation

A spring boot application to keep a track of the users logging with same email or phone number

Home Page:https://identity-recon-g171.onrender.com/identify?&email=oindrila.banerjee@gmail.com&phoneNumber=159357852

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

identity-reconciliation

The identity-reconciliation application is a spring boot application that keeps a track of the email and phone numbers used by an individual visiting a site. If a user uses the same email with a different phone number or vice versa, this application lists down all the emails or phone numbers associated with the primary email used.

If the email and phoneNumber isn't present in the persistence layer, it creates a new entry in the database.

The persistence layer of this application is a mysql instance created and hosted using the Amazon AWS RDS service.

The backend layer of this application is hosted using Render.

Endpoint for this application :

Endpoint : https://identity-recon-g171.onrender.com/identify

The endpoint for this application is here.

However to see the full functionality, we need to pass an email and a phoneNumber as a parameter,

here's an example of a request with email : oindrila.banerjee@gmail.com and phoneNumber : 112233445566

About

A spring boot application to keep a track of the users logging with same email or phone number

https://identity-recon-g171.onrender.com/identify?&email=oindrila.banerjee@gmail.com&phoneNumber=159357852


Languages

Language:Java 98.8%Language:Dockerfile 1.2%