Generates test data in the format required by the mint using a json doc generated by generatetestdata.com
In one window start everything from the development envrionment root directory
./start-all
From the development environment cd into the app directory
cd apps/generate-test-data
Then load the data
./load_test_data_into_dev_environment.sh
This should load the test data into the mint
To load only a certain number of titles, specify a command-line argument indicating the quantity, e.g.:
./load_test_data_into_dev_environment.sh 1
For the current data structure please see https://github.com/LandRegistry/migration-emitter/blob/master/README.md