A lightweight and efficient ASP.NET Core Web API built using Entity Framework Core to manage employee data.
It demonstrates CRUD operations β Create, Read, Update, Delete β with database integration. πΌ
- β Add new employees
- π Get all employees (with Department details)
- π Get employee by ID
- βοΈ Update employee details
- β Delete employee
- ASP.NET Core Web API
- Entity Framework Core
- Microsoft SQL Server
- Clone the repository
git clone https://github.com/<your-username>/EmployeeManagementAPI.git
2.Open the project in Visual Studio.
3.Update the connection string in appsettings.json.
4.Run migrations and update the database:
```Update-Database