Skip to content

A simple ASP.NET Core Web API for managing employee data with CRUD functionality, using an in-memory database.

Notifications You must be signed in to change notification settings

chxlm27/Employee-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management API

A simple ASP.NET Core Web API for managing employee data with CRUD functionality, using an in-memory database.

Technologies

  • ASP.NET Core for the API
  • Entity Framework Core for data access
  • In-Memory Database for testing
  • Swagger for API documentation
  • CORS enabled for frontend requests (e.g., from Angular)

Endpoints

  • GET /api/Employee - Retrieve all employees
  • GET /api/Employee/{id} - Retrieve employee by ID
  • POST /api/Employee - Create a new employee
  • PUT /api/Employee/{id} - Update an existing employee
  • DELETE /api/Employee/{id} - Delete an employee by ID

License

This project is licensed under the MIT License.

About

A simple ASP.NET Core Web API for managing employee data with CRUD functionality, using an in-memory database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages