Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

DDD-group-22-23/DDD-group-project

Repository files navigation

DDD-group-project

DDD group project files

System requirements

  • .NET 6
  • Azure Web Apps
  • MSSQL server

Development

  • 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/

Resources

Contributors

Changelog

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)