This is the frontend to the RIFS business service.
- RIFS: Research and Innovation Funding Service
This service is written in Scala and Play, so needs a JRE to run. You will need the Scala Build Tool to run the app locally.
- JRE
- Scala Build Tool
- RIFS business service
You can run the application using the Scala Build Tool:
sbt compile run
The application can be viewed on http://localhost:9000
sbt test
####Acceptance Tests
NOTE: Cucumber/acceptance tests are available in a separate project at: rifs-test