Equipments Service Tutorial¶
Introduction¶
The objective of this tutorial is to build a sample application that uses all most common features of the Suite Framework for Asp.Net. We will learn about the following concepts:
- Microservices
- BFF (Backend for frontend)
- GraphQL
- GraphQL Federation
Overview¶
This tutorial works in conjunction with the Angular UI Tutorial. We are going to build the require backend services for the Equipment Management Application. For that we will create:
-
An
Equipments
microservice in charge of the life cycle of theEquipment
entity. -
An
Equipment Management Application
BFF for exposing the required APIs to the outside world so they can be used by the UI.
To read more about the architecture, read this article.
Recommended Lecture¶
- Fundamentals section.
- Suite Module.
- Persistence.
- Exception Handling.
- Mass Transit.
- MVC.