The modules
11/09/2025Moins de 1 minuteGuideModule
In the following sections, we will learn how to create a module in Hyperion, and we will explain the different files that compose a module, and their purpose.
There are several ways, to explain the structure of the module, we have chosen to explain first the data structure (schema and models) and then the logical components (cruds, endpoints, routers, etc) of the module.
In fact, when you create a module, you will often start by creating the data structure of the module, and then you will create the logical part.
As Linus Torvalds[1] said:
Bad programmers worry about the code. Good programmers worry about data structures and their relationships.