Skip to content

jking13/MergeBack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MergeBack

Simple application that interfaces with CircleBack's web api to merge existing contacts

Running

  • Change api.key property in src/main/resources/application.properties to your api key
  • If you don't wish to use the api then setting input.test.response.enabled=true will emulate api interaction using the file configured by input.test.response.file
  • ./gradlew run

Building

./gradlew build

Testing

./gradlew test

Stack

Why Guice?

Short answer is because dependency injection makes life a whole lot easier, and Spring is overkill for the scope of this application. More information on Guice vs Spring can be found here: https://github.com/google/guice/wiki/SpringComparison

About

Simple application that interfaces with CircleBack's web api to merge existing contacts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages