Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.58 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.58 KB

RIFS Frontend Play

Codacy Badge CircleCI

This is the frontend to the RIFS business service.

Nomenclature

  • RIFS: Research and Innovation Funding Service

Dependencies

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.

Running the application

You can run the application using the Scala Build Tool:

sbt compile run

The application can be viewed on http://localhost:9000

Running the test suite

sbt test

####Acceptance Tests

NOTE: Cucumber/acceptance tests are available in a separate project at: rifs-test

Documentation

Frontend Developers

License

GPLv3