Expand description
The backend of PermaplanT
.
Modulesยง
- config
- Configuration of the server.
- controller
- Endpoints of
PermaplanT
. - db
- Database extension and customization.
- error
- Error of the server and their implementation.
- keycloak_
api - Keycloak admin API
- model
- Entities and DTOs used in
PermaplanT
. - schema
- Auto generated by diesel.
- service
- The service layer of
PermaplanT
. - sse
- Sever Sent Events.
Functionsยง
- cors_
configuration ๐ - Create a CORS configuration for the server.
- main ๐
- Main function.
- start_
cronjobs ๐ - Start all scheduled jobs that get run in the backend.