Skip to content

ruairigibney/aspnetcore-mvc-movies

 
 

Repository files navigation

Sample ASP.NET Core MVC app

Copy the template project to your own repo

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

Run the app

  • cd <checkout dir>
  • dotnet build
  • dotnet run -p aspnetcore-mvc-movies_default.csproj
  • visit http://localhost:5000

Run the app with Docker - if you already have it working!

  • docker-compose up
  • visit http://localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 50.6%
  • HTML 40.5%
  • CSS 5.5%
  • Dockerfile 2.4%
  • JavaScript 1.0%