Crate backend

source ยท
Expand description

The backend of PermaplanT.

Modulesยง

  • Configuration of the server.
  • Endpoints of PermaplanT.
  • Database extension and customization.
  • Error of the server and their implementation.
  • Entities and DTOs used in PermaplanT.
  • Auto generated by diesel.
  • The service layer of PermaplanT.
  • 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.