This is a restful api created using .NET 10 for fun and practice. It will updated in upcoming stages.
For now to run it you need to execute: dotnet run in the directory of this project.
Also you can always check the details of the api using for example: http://localhost:5149/openapi/v1.json (pay attention to the port number)
That's it for now.