Add README to setup project. #22
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The most significant changes include the update of the README.md file with detailed setup instructions, the modification of a link in the Header.razor file, the addition of a UserSecretsId to the CrystallineSociety.Server.Api.csproj file, and the clearing of the SQLServerConnectionString in the appsettings.json file.
The README.md file was updated with comprehensive instructions on how to set up the project. This includes information on prerequisites, installing the .NET SDK, choosing a development environment, steps to clone and run the repository, managing secrets with user-secrets, and generating a GitHub access token. This change is crucial as it provides clear guidance for users on how to get the project up and running.
The link in the Header.razor file was changed from "/education-program" to "/OrganizationsSettings". This change is important as it ensures users are directed to the correct page when they click on the link.
A UserSecretsId was added to the CrystallineSociety.Server.Api.csproj file. This change is significant as it allows for the secure storage of sensitive data during development.
The SQLServerConnectionString in the appsettings.json file was cleared. This change is important as it prevents sensitive database connection information from being exposed in the codebase.