A simple ASP .NET API fetching information about a client, based on their pesel indicaotr.
- Project done with .NET 6 Core and Entity Framework Core
- NuGet packages used: InMemory databse
The GetClient method finds a client in the database, based on their pesel number, and gets information about them, including their age, birthday and gender and returns a proper output.