Skip to content

A clean and simple ASP.NET Core Web API project for managing employees using Entity Framework Core. It supports full CRUD operations β€” add, view, update, and delete employee details β€” along with department integration. πŸš€

123monisha/Employee-Management-API-ASP.NET-Core-Web-API-Entity-Framework-

Repository files navigation

πŸ‘¨β€πŸ’Ό Employee Management API

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. πŸ’Ό


πŸš€ Features

  • βž• Add new employees
  • πŸ“‹ Get all employees (with Department details)
  • πŸ” Get employee by ID
  • ✏️ Update employee details
  • ❌ Delete employee

πŸ› οΈ Technologies Used

  • ASP.NET Core Web API
  • Entity Framework Core
  • Microsoft SQL Server

βš™οΈ Setup Instructions

  1. 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

About

A clean and simple ASP.NET Core Web API project for managing employees using Entity Framework Core. It supports full CRUD operations β€” add, view, update, and delete employee details β€” along with department integration. πŸš€

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages