Skip to content

As an end-user, I want to access the service over the internet.

The services created need to be accessible over the public internet.

  • HTTPS must be enforced. The application should respond on HTTP, but this should result in a redirect to HTTPS.
  • The services must be resilient against application crashes. The services should restart automatically.
  • The services must be operational in a "production" environment. Only packages necessary for the operational needs should be installed (no development dependencies).