JobSeeker Portal with .NET and Entity Framework Core
-
Clone the repository.
-
Configure the
appsettings.jsonfile with your database connection details. -
Run the following commands to apply migrations and set up the database:
dotnet ef database update