Graceful Error Handling using ASP.NET Core and Angular
If you like or are using this project to learn or start your solution, please give it a star. Thanks!
- Download and install the .NET Core SDK
- If you don't have
localdb
available on your system, Download and install SQL Server Express
- If you don't have
- Open a terminal such as PowerShell, Command Prompt, or bash and navigate to the
src/GracefulErrorHandling.Api
folder - Run the following
dotnet
commands:
dotnet build
dotnet run
- Open your browser to:
https://localhost:5001
. - Download and install the node package manager
- Open a terminal such as PowerShell, Command Prompt, or bash and navigate to the
src/GracefulErrorHandling.App
folder - Run the following commands:
npm install -g @angular/cli
npm install
ng serve
- Open your browser to:
https://localhost:4200
.
- Download and install the .NET Core SDK
- If you don't have
localdb
available on your system, Download and install SQL Server Express
- If you don't have
- Open a terminal such as PowerShell, Command Prompt, or bash and run the following command:
dotnet test