Package io.github.sigmacasino


package io.github.sigmacasino
Root package of the application. It contains the main class of the application and all the other packages, as well as the route hierarchy abstractions.
  • Classes
    Class
    Description
    The main class of the Sigma Casino application.
    A route that handles GET requests.
    A GET route that renders a Jinjava HTML template.
    HTTPRoute is an abstract class that represents a route in the HTTP server.
    A simple wrapper around a PostgreSQL database connection.
    A route that handles POST requests.