Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kalpsedalia/blind-index-pattern-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blind-index-pattern-java

Blind Index Pattern implementation using Java Spring Boot Application.

To run it locally,

  • Setup Mongo DB database locally.
  • Configure database - contact.
  • Update configuration in /src/main/resources/application.properties
  • Run application on http://localhost:8080

API endpoints:

 {
     "firstName": "Kalp",
     "lastName": "Sedalia",
     "email": "[email protected]",
     "mobile": "449824012345"
 }
  • Search Contact - /contact/search?email={email_address}&mobile={mobile_number}

    Search contact by Email or Mobile details

About

Blind Index Pattern implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages