DDD group project files
- .NET 6
- Azure Web Apps
- MSSQL server
-
To build the site locally, navigate to Source_Code/RecipeThesaurus/ and run
dotnet run
-
a push to git will trigger a github action to deploy the site - current url is https://recipethesaurus.azurewebsites.net/
Run ./changelog.sh
to generate the changelog after your commit, then git add . && git commit --amend --no-edit
to generate the changelog
The changelog is available here (This will only work on systems where a Unix shell is present (such as Bash or zsh), will work on Windows under WSL)