MarginaliaSearch/code/common/readme.md
Viktor Lofgren 46423612e3 (refac) Merge service-discovery and service modules
Also adds a few tests to the server/client code.
2024-03-03 10:49:23 +01:00

12 lines
505 B
Markdown

# Common
These are packages containing the basic building blocks for running a service as well
as shared models.
* [db](db/) contains SQL code and some database-related utilities.
* [config](config/) contains some `@Inject`ables.
* [renderer](renderer/) contains utility code for rendering website templates.
* [service](service/) is the shared base classes for main methods and web services,
including a service registry interface.
* [process](process/) contains boiler plate for batch processes.