add a bit of guidance for startup

This commit is contained in:
Johann150 2024-04-01 18:49:37 +02:00
parent a7a663e939
commit c9759a3a79
Signed by: Johann150
GPG Key ID: 9EE6577A2A06F8F1
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ Look further up in the section to find the "base path" it is relative to.
All the backend code is in `/packages/backend/src`.
The backend is started via `index.ts` which in turn starts `boot/index.ts`.
In the "boot" code is where the process is forked from the main process into additional and separate worker and frontend processes.
If you look into your operating system's process overview or similar, you might be able to see that the processes rename themselves accordingly.
### Database
For connecting to the database an ORM (objectrelational mapping) is used.