dorset-ics / healthcare-data-exchange

A FHIR based integration and interoperability platform to support a regional healthcare network.
https://dorset-ics.github.io/healthcare-data-exchange/
MIT License
5 stars 6 forks source link

Update docs with start-clean.sh instructions #15

Closed tectonia closed 5 months ago

tectonia commented 5 months ago

This pull request provides updates to the documentation, specifically the development-guide.md and getting-started.md files. The changes aim to improve clarity and provide more detailed instructions for running the application and its dependencies. The most important changes are:

  1. docs/developer/development-guide.md: Added a section on running the application with its dependencies using the start-clean.sh script.

  2. docs/getting-started.md: Updated the instructions on running the application and its dependencies. The changes include providing more detailed information about the services that the Docker Compose file runs and offering three options for running the application: using the all-in-one script, running each service individually, or using the .NET SDK.

  3. docs/getting-started.md: Added instructions for running the tests using the dotnet test command in the tests directory.