One Paragraph of project description goes here
sbt run
Available endpoints:
GET .../tracks
GET .../tracks/{id}
POST .../track/create
Create track must be requested with Content-Type = application/json header and request body with correct Truck structure.
Service will be available here: http://localhost:8080/status
Missing Funcftionality:
truck id in db must be unique
all other types of validators
dates to date format for track Domain
unit tests reading data source file (rather pointles)
order / sort
...
sbt test # Unit tests
sbt it:test # Integration tests
To validate coverage run
sbt clean coverage test
sbt clean coverage it:test
To generate the coverage reports run
sbt coverageReport
Scalafmt will run on every compile. IntelliJ configuration here Configuration in build.sbt