Core delivery C# ASP.NET backend template.
- Install MongoDB on your local machine
- Start MongoDB:
sudo mongod --dbpath ~/mongodb-cdp
To inspect the Database and Collections locally:
mongosh
Run the tests with:
Tests run by running a full WebApplication
backed by Ephemeral MongoDB.
Tests do not use mocking of any sort and read and write from the in-memory database.
dotnet test
Run CDP-Deployments application:
dotnet run --project CdmsBackend --launch-profile Development
Example SonarCloud configuration are available in the GitHub Action workflows.
We have added an example dependabot configuration file to the repository. You can enable it by renaming
the .github/example.dependabot.yml to .github/dependabot.yml