- Make sure you have dotnet 5 installed on your machine
- clone project
git clone <git-repo-link>
- Navigate to mccotter-net-api folder you cloned
dotnet restore
dotnet build
dotnet run
- Open mccotter-net-api folder in VS Code
- Say "yes" to the prompt asking to add files to your project
- This will help when launching the project through VS Code (added .vscode)
- Open debug console on left side (Play button with bug on it)
- Make sure ".Net Core Launch (web)" is selected
- Press run and enjoy!
Access your running API on https://localhost:5001/ over HTTPS or http://localhost:5000 over HTTP