Skip to content

mgilgar/fset-faststream

 
 

Repository files navigation

Civil Service Fast Stream Service

Build Status

Summary

This repository provides a service containing business logic and storage to support the Fast Stream project

Requirements

This service is written in Scala and Play, so needs at least a [JRE] to run.

Testing

To run it locally

sbt -Dhttp.port=9282 run

If you go to http://localhost:9000/fset-fast-stream/signin you can see the landing page

Secrets File

Create a file at ~/.csr/.secrets containing:

testdata {
    cubiks {
        url = "http://secret/path/to/cubiks"
    }
}

Get the correct path to cubiks for local development environments from another maintainer

Secrets File

Create a file at ~/.csr/.secrets containing:

testdata {
    cubiks {
        url = "http://secret/path/to/cubiks"
    }
}

Get the correct path to cubiks for local development environments from a colleague

License

This code is open source software licensed under the Apache 2.0 License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%