Note: This project is in .NET 7
- Clone this Repo
- Compile the repo to restore all the Nuget Packages used in this solution
- Change the connectionstring to your available instance of SQL Server you will find something like this: "EmployeeDB":"Server=localhost\SQLEXPRESS;Database=EmployeeDb;Trusted_Connection=True;Encrypt=False;"
- Run the solution, choose the profile "Employee.Web".
- You will find a MVC CRUD with employees, but you can find the swagger index page ann test some of the API Endpoints here or see the definition of the methods. The solutions comes with seed data so you dont have to worry about it.