As a user I would like to be able to add nursing homes information, so that the system can record new facilities.
Acceptance Criteria
- Once the new information has been successfully added, the user will be able to see the newly added record in the list of nursing homes.
- The form should contain fields such as name, address, contact details.
Tasks
- Create html/css structure.
- Use DTOs for transferring data between layers.
- Ensure proper backend validation for input data.