- Install dotnet core 2.2
- Install Visual Studio Code
Fork the repo if you have your own GitHub account!
Or:
- Clone this repo
git remote set-url origin <YOUR-REPO-URL>
git push origin master
cd <checkout dir>
dotnet build
dotnet run -p aspnetcore-mvc-movies_default.csproj
- visit
http://localhost:5000
docker-compose up
- visit
http://localhost:5000