Crate rmoods_backend

source Β·

Modules§

Structs§

  • State to be shared between all routes. Contains common resources that shouldn’t be created over and over again.

Functions§

  • main πŸ”’
    Entry point of the RMoods server. Validates the environment, initializes the server and runs it.
  • run πŸ”’
    Run the server, assuming the environment has been already validated.
  • Ensure that all necessary environment variables are available at server startup. It’s important to keep this updated as our .env file grows.