Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

LandRegistry-Attic/borrower-frontend

Repository files navigation

dm-borrower-frontend

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

Contents

Usage

GET     /                               -- renders borrower landing page
GET     /health                         -- renders standard Gov UK template

Install the requirements

  1. Clone the repo

  2. Install the requirements

pip install -r requirements.txt

Optional: export variable for deed-api

> export DEED_API_BASE_HOST=http://localhost:8000

default is localhost:9030

Run the app

python 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

pip install -r requirements_test.txt

Run unit tests and provide coverage report

source unit_test.sh

and

source integration_test.sh

Frontend

See application/assets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published