Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 566 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 566 Bytes

Class Orchestration REST API

Run application

To run application, call:

sbt run

Create Docker container

You can create a docker container with the api with:

sbt docker:publishLocal

Run the API as a service

You will need docker-composer` to run the API. As a prerequisite you need to create the database first with your credentials. See create_database.sql. Be sure to change the default credentials.

docker-compose run db web

Run tests

To run tests, call:

sbt test