#NOMIS Reports Application A Web service to provide access to operational reports from HMPPS Digital Services.
Start by ensuring you have the most recent version of NodeJS and NPM installed.
To find the current version of NodeJS installed on your system, run the following command in your preferred shell;
$ node -v
If you have the latest versions installed you need to get the dependencies loaded, run the following command in your preferred shell;
$ npm install
If you have all the Pre-requisites then you are ready to run the tests. Call the following from your shell;
$ npm test
If you have all the Pre-requisites then you are ready to run the service. Call the following from your shell;
$ npm start
If you wish to have the output in raw JSON, then you can run the server without piping it through bunyan's formatter. Call the following from your shell;
$ node server.js