An RESTful API example with HATEOAS (Hypermedia as the Engine of Application State)
- two simple entities (Book and Author) in many-to-many relationship
- basic HATEOS implementaion with self and related objects links
- controllers validate input data and return the right HTTP status code
- ASP.NET Core 6.0
- EF Core
- SQLite
- Dependency injection
Start Debugging the WebAPI project in Microsoft Visual Studio 2022. Your browser will open the Swagger UI page.