This is a simple project to learn ASP.NET Core MVC 8. This project is based on the tutorial from Youtube.
- Visual Studio Code
- .NET Core SDK
- C# Extension for Visual Studio Code
- Clone the repository
git clone
- Open the project in Visual Studio Code
code .
- Open the terminal in Visual Studio Code
- Restore dependencies
dotnet restore
- Run the project
dotnet run
- Open the browser and navigate to
https://localhost:5054