These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
There are no prerequisites to running this console application. Please just follow the Installation instructions to successfully run the application
To get the console application up and running, please follow the steps outlined below.
- Clone both the this repository
- Ensure that all the correct NuGet packages are installed. A complete list can be seen in Built With.
- Ensure that your project repository contains the files /JSON/input.json and /JSON/allowed.json and that they are in this location. -- The project will flag an error if not
- Click run/debug and wait for the console application to run.
- JSON.net - NewtonSoft JSON to interpret input files
- Matthew Nethercott - Initial work - mattncott