Skip to content

Student CRUD application using .NET 6 MVC as the MVC framework and EF Core 6 as ORM.

Notifications You must be signed in to change notification settings

kunalm8470/students-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Students Web Application

Student CRUD application using .NET 6 MVC as the MVC framework and EF Core 6 as ORM.

To run

  1. Install the dotnet ef core CLI globally. More info here
    dotnet tool install --global dotnet-ef

  2. Open a terminal in the Infrastructure directory (i.e the directory where the DbContext file resides).

  3. Add the migration
    dotnet ef migrations add InitialMigration --startup-project ../Students.Web/Students.Web.csproj

  4. Update the database
    dotnet ef database update --startup-project ../Students.Web/Students.Web.csproj

About

Student CRUD application using .NET 6 MVC as the MVC framework and EF Core 6 as ORM.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published