Skip to content

drosos-kal/EmployeeManagementApp

Repository files navigation

EmployeeManagementChallenge

To run this app, first load the solution in Visual Studio.

Go to appsettings.json and change the user credentials to your personal MySQL credentials.

{
  "ConnectionStrings": {
    "DefaultConnection": "Server=localhost; Port=3306; User ID=YourId; Password=YourPassword; Database=EmployeeManagement"
  }
}

Then, in Visual Studio toolbar > Tools > NuGet Package Manager > Package Manager Console type "update-database".

If your credentials are correct that should migrate and create the database automatically with some initial seed data.

Then, simply run the app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published