Planning poker revisited.
Key | Default | Comment |
---|---|---|
PORT |
8080 | Apparently the preferred means of Heroku. |
There are the following modules:
service
: The Ktor service application.client
: The React front-end.
Please note: A shared module containing model classes may be added later.
- Add
include("name")
to the./settings.gradle.kts
for a new module.