Application for address matching addresses to a UPRN using data from the NGD database
- Ruby
- PostgreSQL
- Bundler (run
gem install bundler
)
bundle install
Ensure you have Postgres installed. If you are working on a Mac, this page help you install it.
You will need to have a user with the role name postgres, which has the Create DB
and Superuser
permissions to create databases.
Once you have set this up, run the command to set up and seed your local database
make setup-db
make test
To run Rubocop on its own, run:
make format