next steps: - create reset url and add it to the translation fill map - implement message translation - implement otp validation and login
Backend
This module manages all backend services, i.e.:
- it loads the configuration
- starts a webserver
- binds all other api modules to the webserver
- binds the web module to the webserver