MoneySuperMarket have gone Bitcoin crazy and decided to allow their customers to keep an eye on the best exchanges with the highest selling price.
This application calls the below Bitcoin exchanges to retrieve selling price information:
It finds the exchange with the best (highest) price and returns the price and the exchange name.
-
Download community edition of IntelliJ for Windows or MacOs and open the application when the installation has completed.
-
Download the MSM technical test project files HERE and save locally.
-
Unzip to a folder of your choice.
-
Open IntelliJ
-
When the file navigator opens select build.gradle from the route of the downloaded code folder
-
Open a terminal navigate to the ./backend-task folder
-
Execute:
./gradlew bootRun
and ensure the project builds, tests and runs successfully -
Open http://localhost:8080/exchangeapp/highestprice/ in a browser and view the response from the application e.g.:
- Java 17
- Gradle
- JUnit
- Mockito