Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

ministryofjustice/offender-management-allocation-api

Repository files navigation

Offender Management Allocation API

Maintainability Test Coverage CircleCI

Setup

Install the git pre-commit hook before you start working on this repository so that we're all using some checks to help us avoid committing unencrypted secrets. From the root of the repo:

ln -s ../../config/git-hooks/pre-commit.sh .git/hooks/pre-commit

To test that the pre-commit hook is set up correctly, try removing the diff attribute from a line in a .gitattributes file and then committing something - the hook should prevent you from committing.

Start the application

$ bundle
$ rails s -p 8000

Check application status

Visit localhost:8000/status

About

API application for the Offender Management Allocation Tool

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published