LandRegistry/borrower-frontend

Name: borrower-frontend

Owner: HM Land Registry

Description: null

Created: 2017-04-25 11:58:40.0

Updated: 2017-04-25 12:14:48.0

Pushed: 2017-04-25 12:15:48.0

Homepage: null

Size: 3120

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

dm-borrower-frontend

The Borrower Frontend provides a service for a Borrower to view and sign their mortgage deeds online.

Contents
Usage
    /                               -- renders borrower landing page
    /health                         -- renders standard Gov UK template
Install the requirements
  1. Clone the repo

  2. Install the requirements

    install -r requirements.txt
    

Optional: export variable for deed-api

port DEED_API_BASE_HOST=http://localhost:8000

default is localhost:9030

Run the app
on run.py runserver --host 0.0.0.0

optional `--port 9000` where 9000 is the number of a port you can supply to start the server on.

Run the Tests

Install the requirements

install -r requirements_test.txt

Run unit tests and provide coverage report

ce unit_test.sh

and

ce integration_test.sh
Frontend

See application/assets


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.