forked from FoundKeyGang/FoundKey
add a bit of guidance for startup
This commit is contained in:
parent
a7a663e939
commit
c9759a3a79
1 changed files with 4 additions and 0 deletions
|
@ -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 (object–relational mapping) is used.
|
||||
|
|
Loading…
Reference in a new issue