/EmployeeAPI

A simple ASP.NET web api to demonstrate CRUD operations with an SQL server

Primary LanguageHTML

EmployeeAPI

An API that uses Swagger to demonstrate CRUD operations with an SQL database.

API includes:

GET /api/Employee

POST /api/Employee

PUT /api/Employee

DELETE /api/Employee

GET /api/Employee/{id}