Skip to content

Spring 5 Web application forwarding Bitcoin and Ethereum data to client under http://localhost:8080 (data available with GET HTTP request).

Notifications You must be signed in to change notification settings

Konrad-Abramowski/CoinbaseproClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coinbase Pro Client

Spring 5 Web application forwarding Bitcoin and Ethereum data to client under http://localhost:8080 (data available with GET HTTP request).

Getting Started (Ubuntu)

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites


docker with docker-compose https://docs.docker.com/get-docker/
or
java 11 https://www.oracle.com/pl/java/technologies/javase-downloads.html

Installing with Java

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

Installing with Docker

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

About

Spring 5 Web application forwarding Bitcoin and Ethereum data to client under http://localhost:8080 (data available with GET HTTP request).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published