/NerdFlix

NerdFlix is movie streaming app build in ASP .NET Core MVC

Primary LanguageC#MIT LicenseMIT

NerdFlix

NerdFlix is a movie streaming app built in ASP .NET Core MVC

Steps to run the project locally

  1. Install Prerequisites(packages) -Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter

    • Microsoft.AspNetCore.Identity.EntityFrameworkCore
    • Microsoft.EntityFrameworkCore.SqlServer
    • Microsoft.EntityFrameworkCore.Tools
    • Microsoft.VisualStudio.Web.CodeGeneration.Design
  2. Clone the Project

  3. Open Project in Code Editor (Visual Studio 2022)

  4. Restore Dependencies

     $ dotnet restore
    
  5. Build the Project

     $ dotnet build
    
  6. Run the project

     $ dotnet run
    
  7. Database Migrations

      $ dotnet ef migrations add InitialCreate
      $ dotnet ef database update
    
  • After you run Database Migrations, Check the server to see if the database has been created and tables

Authors

👤 Brenda Wihogora