Skip to content

qexpres/pharma-partners-assessment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PharmaPartners Assessment

Crypto currency API by Jasper Boot. Includes 5 endpoints to create, read, update and delete currencies. It fully features pagination and sorting on the GET /currencies endpoint and all requests and responses are logged. Logs will be written to logs/runtime.log file. Currencies represent their market cap and number of coins as strings, because traditional JavaScript frameworks cannot handle big integers so well.

Build & Run

  1. Run ./mvnw install on Mac/Linux or ./mvnw.exe on Windows.
  2. Run java -jar target/pp-0.0.1-SNAPSHOT.jar to start the API
  3. The API should be available at http://localhost:8080/api

Documentation

Visit the swagger documentation at http://localhost:8080/api/swagger-ui.html. There you can find and test all available endpoints.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages