A Sample RESTful Web API using .NET6.0, C# 10.0, EF Core 7.0.10,
Company API consists of CRUD endpoints to manage company data such as Employees and Departments with many-to-one relationship between Employees and Departments i.e one department can have one or many employees.
The API has been pre-seeded with the data of 4 employees and 2 departments.
More updates coming soon.