Skip to content

rcerka01/deftones2021

Repository files navigation

deftones2021

One Paragraph of project description goes here

Prerequisites

Start

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
...

Running the tests

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

Coding style

Scalafmt will run on every compile. IntelliJ configuration here Configuration in build.sbt

Built With

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages