Skip to content

Files

Latest commit

31a9e39 · Jul 22, 2022

History

History
17 lines (13 loc) · 547 Bytes

File metadata and controls

17 lines (13 loc) · 547 Bytes

HATEOAS Driven REST API

An RESTful API example with HATEOAS (Hypermedia as the Engine of Application State)

Features

  • 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

Technologies

  • ASP.NET Core 6.0
  • EF Core
  • SQLite
  • Dependency injection

Launch

Start Debugging the WebAPI project in Microsoft Visual Studio 2022. Your browser will open the Swagger UI page.