Structure
Last updated
Was this helpful?
Last updated
Was this helpful?
The repository contains code for:
The /backend
folder contains all the backend code. We are mainly using with (for the API generation) and for the administration panel.
If you change backend
code, there are several checks that the code need to pass:
The /frontend
folder contains all the frontend code. We are mainly using with and for the GraphQL calls to the backend.
If you change frontend
code, there are several checks that the code need to pass: