This repository contains the front-end for the Civil Service Resourcing Fast Stream programme.
This service is written in Scala and Play, so needs at least a [JRE] to run.
To run using sbtTestRoutes file
./sbtTestRoutes.sh
or using SBT with port number
To run it locally
sbt -Dhttp.port=9284 run
If you go to http://localhost:9284/fset-fast-stream/signin you can see the landing page
The acceptance tests are managed in fset-faststream-candidate-acceptance-tests The tests is located at: https://github.com/hmrc/fset-faststream-candidate-acceptance-tests
This code is open source software licensed under the Apache 2.0 License