| dal | The Data Access Layer. Where the business logic all sits |
| db | The Db Layer. Where all the database models and schema's sit. This is just the data formats and model validations. Any complex of multi model logic is in the dal |
| exec | Background jobs. Jobs move between systems via RabbitMQ or scheduled using the quantum library |
| i13n | Instrumentation & observability. Without this I would be guessing how everything is running |
| mailer | Email building, addressing and sending. This is for email sent from support@folioready.com. Emails can also be sent via a service |
| service | External services that I connect |
| util | Libs that are all self contained. If they need logic from the databases of services then they are moved to the dal |
| web | The FolioReady website |