In this repository, you find the code for the online course .NET Core 3.1 Web API & Entity Framework Core Jumpstart on Udemy.
You will find all the explanations how to build and run this project in that course.
However, if you just want to have a quick look, I suggest you open this project with Visual Studio Code, make sure to have the proper .NET SDK installed and then in the terminal you enter dotnet watch run
.
Then you will be able to run the web service calls against the URL http://localhost:5000
.
If you have any questions or suggestion, feel free to contact me.
Happy coding!
Patrick