Skip to content
This repository has been archived by the owner on Mar 14, 2018. It is now read-only.

alphagov/finder-api

Repository files navigation

#Finder API

##Purpose Finder API has historically been used for two purposes:

  1. To serve schemas containing details about filterable fields. These schemas are used for:

##Running the application

Start up the Publishing API to publish Finders to the Content Store:

bundle exec rake publishing_api:publish

Once the Finders are published, boot the App with:

$ ./startup.sh

If you are using the GDS development virtual machine then the application will be available on the host at http://finder-api.dev.gov.uk/

##Running the test suite

$ bundle exec rake