Web services application for the Phenoscape RDF knowledgebase.
Configuration options are set in an application.conf
file on the classpath. Some settings are specific to
phenoscape-kb-services, while some are akka-http settings.
You can start by copying src/main/resources/application.conf.example
to src/main/resources/application.conf
.
To run the server locally, from the repository root launch sbt
. At the prompt enter reStart
. This will start the server.
To restart after editing code, enter reStart
again. Stop the server using reStop
.