From the course: Building APIs with Swagger and the OpenAPI Specification

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Project architecture

Project architecture - REST Tutorial

From the course: Building APIs with Swagger and the OpenAPI Specification

Start my 1-month free trial

Project architecture

I invite you to follow along, but you are also welcome to simply observe how the project is created. how the project is created. However you choose to handle the final chapter, I promise you will gain a better understanding of how API definition files built with Swagger and OAS can deliver API-based systems and OAS can deliver API-based systems more quickly and efficiently. At the core of our project At the core of our project is the H+ Sports catalog API definition file that we created on SwaggerHub. We'll use the API definition file to generate several components in the system. We'll build out a virtual server that can mock API calls, and an angular client SDK for calling that API. Also, we'll create a spring base server stub that provides the beginnings of an API implementation. We'll then integrate the client SDK We'll then integrate the client SDK into a small Angular Application, so that it can retrieve mock product…

Contents