Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

ministryofjustice/nomis-reports

Repository files navigation

#NOMIS Reports Application A Web service to provide access to operational reports from HMPPS Digital Services.

Running with NodeJS

Start by ensuring you have the most recent version of NodeJS and NPM installed.

Pre-requisites

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

Running the tests

If you have all the Pre-requisites then you are ready to run the tests. Call the following from your shell;

$ npm test

Running the server

If you have all the Pre-requisites then you are ready to run the service. Call the following from your shell;

$ npm start

Running the server with raw logs

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •