Update readme.md

This commit is contained in:
Viktor 2023-03-25 15:27:11 +01:00 committed by GitHub
parent ac1ac3ea57
commit be3ba3ef37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
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.