Spring 5 Web application forwarding Bitcoin and Ethereum data to client under http://localhost:8080 (data available with GET HTTP request).
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
docker with docker-compose
https://docs.docker.com/get-docker/
or
java 11
https://www.oracle.com/pl/java/technologies/javase-downloads.html
Execute the following commands:
$ cd <place-you-want-to-store-coinbaseproclient>
$ it clone https://github.com/Konrad-Abramowski/CoinbaseproClient.git
$ cd CoinbaseproClient
$ ./mvnw spring-boot:run
CoinbaseproClient will be running under the address:
http://localhost:8080
If you want to close the application, use hotkey: CTRL + C
Execute the following commands:
$ cd <place-you-want-to-store-coinbaseproclient>
$ it clone https://github.com/Konrad-Abramowski/CoinbaseproClient.git
$ cd CoinbaseproClient
$ sudo docker-compose up -d
CoinbaseproClient will be running under the address:
http://localhost:8080
If you want to close the application, use:
$ sudo docker-compose down