As a user I would like to be able to view information about the nursing home, so that I can get details of the facilities available.
Acceptance Criteria
- The user can see all nursing home information.
- The user can see basic information about each nursing home (e.g. name, address, number of available beds, contact details).
Tasks
- Create html/css structure.
- Use DTOs for transferring data between layers.
- Ensure that there is paging when viewing large amounts of data.