LandRegistry/charges-api-prototype

Name: charges-api-prototype

Owner: HM Land Registry

Description: A node.js mockup of the Charges Api that lenders/conveyancers can use to automate the usage of the Charges service

Created: 2015-02-25 10:53:47.0

Updated: 2015-02-26 12:31:36.0

Pushed: 2015-02-26 12:31:36.0

Homepage: null

Size: 4264

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Charges API Prototype

The Charges team plan to present to Lenders and Conveyancers a new way to submit a charge to the Land Register. Some Lenders and Conveyancers will want to use a transactional website and some will want to integrate the process in to their existing case processing systems.

The Charges HTML prototypes shows our thinking on what that transactional website may be.

This repo contains a mock API to demonstrate the kind of interactions that we would expect an existing case processing system to perform with the Charges service. It also shows one possible interface definition that may be presented to the Lenders and Conveyancers.

Live Instance

The latest deploy of this repo can be found here:

http://charges-api-prototype.herokuapp.com

Dependencies

To run you need:

Usage

Clone the repo:

git clone git@github.com:LandRegistry/charges-api-prototype.git
cd charges-api-prototype

Use Node.js v0.10:

nvm use 0.10

Install the dependencies:

npm install

Run the app:

node server.js

Open it in a browser:

open http://localhost:3000

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.