This project showcases a simple API built with .NET Core.
ServiceCollectionAPI is a basic example of how to create a simple API using .NET Core. It demonstrates the fundamental concepts and structure of a .NET Core API project.
- Basic API structure
- Dependency Injection using
IServiceCollection - Simple CRUD operations