poguez / class_orchestration_api

This is the class orchestration API for the Augmented Reality model exploration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is the class orchestration API for the Augmented Reality model exploration.

License:GNU Affero General Public License v3.0


Languages

Language:Scala 99.6%Language:PLSQL 0.4%