http4s-tapir.g8/src/main/g8
Jens Grassel 1c124d68d1
Updates, updates, updates.
2023-11-05 13:52:00 +01:00
..
project Updates, updates, updates. 2023-11-05 13:52:00 +01:00
src Updates, updates, updates. 2023-11-05 13:52:00 +01:00
.gitignore Initial commit 2020-10-27 17:55:39 +01:00
.scalafix.conf Update to Scala 3 2022-08-24 21:02:37 +02:00
.scalafmt.conf Update to Scala 3 2022-08-24 21:02:37 +02:00
AUTHORS.md Initial commit 2020-10-27 17:55:39 +01:00
CHANGELOG.md Initial commit 2020-10-27 17:55:39 +01:00
CONTRIBUTING.md Initial commit 2020-10-27 17:55:39 +01:00
LICENSE Initial commit 2020-10-27 17:55:39 +01:00
NOTICE Initial commit 2020-10-27 17:55:39 +01:00
README.md Switch to munit 2021-04-16 14:20:14 +02:00
build.sbt Updates, updates, updates. 2023-11-05 13:52:00 +01:00
default.properties Updates, updates, updates. 2023-11-05 13:52:00 +01:00

README.md

project_name

TODO

License

This code is licensed under the Mozilla Public License Version 2.0, see the LICENSE file for details.

System requirements

  • Java 11
  • PostgreSQL 11 (or higher)

Developer guide

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

Tests are included in the project. You can run them via the appropriate sbt tasks test and IntegrationTest/test. The latter will execute the integration tests. Be aware that the integration tests might need a working database.

Deployment guide