Aspnet core mvc movie website
dotnet restore
to restore the dependenciesdotnet ef migrations add 'InitialCreate'
to add the first entity framwork code first migrationdotnet ef database update
to create the databasedotnet run
to start the app