Skip to content

Fun project for statistics on cryptos with Spring, Maven, Java

Notifications You must be signed in to change notification settings

ThanKarab/CryptoStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoStats

Fun project for statistics on cryptos with Java, Spring, Maven and JUnit.

Installation

  1. Install docker and java17.

  2. Build the repo, run the tests and build a docker image:

    ./mvnw spring-boot:build-image -Dspring-boot.build-image.imageName=cryptos
    
  3. Start the container:

    docker run -d -p 8080:8080 --name app cryptos
    
  4. Happy reviewing at http://localhost:8080/swagger-ui.html !

Extra things that were NOT done:

  1. Documentation in the code.
  2. Better repository logic.
    1. CryptoInfoRepository store in database.
    2. Background service or db triggers to load the stats.
  3. Better logs.
  4. More tests.
  5. More detailed swagger documentation.

About

Fun project for statistics on cryptos with Spring, Maven, Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages