TODO
This code is licensed under the Mozilla Public License Version 2.0, see the LICENSE file for details.
- Java 11
- PostgreSQL 11 (or higher)
For development and testing you need to install sbt. Please see CONTRIBUTING.md for details how to to contribute to the project.
During development you can start (and restart) the application via the reStart
sbt task provided by the sbt-revolver plugin.
Tests are included in the project. You can run them via the appropriate sbt tasks
test
and it:test
. The latter will execute the integration tests.
Be aware that the integration tests might need a working database.