This repo contains an ASP.Net Core project that was created to satisfy the following User Story:
- Define a REST API for interacting with some fake funds stored in a JSON file.
- A consumer should be able retrieve a single fund identified by its
MarketCode. - A consumer should be able retrieve all funds.
- A consumer should be able retrieve all funds from a given Fund Manager.
You have a limited amount of time to peer review the entire solution in regards to the User Story and best practice. Feel free to use GitHub or download the solution locally to explore the code base, and make notes separately. We will then go over your findings together afterwards.