Uses of Package
io.github.sigmacasino
Packages that use io.github.sigmacasino
Package
Description
Root package of the application.
Classes that define the main routes of the casino.
Classes that handle account-related routes.
Classes for routes documenting the project.
Classes that handle games the casino offers.
-
Classes in io.github.sigmacasino used by io.github.sigmacasinoClassDescriptionThe main class of the Sigma Casino application.A route that handles GET requests.HTTPRoute is an abstract class that represents a route in the HTTP server.A simple wrapper around a PostgreSQL database connection.
-
Classes in io.github.sigmacasino used by io.github.sigmacasino.routesClassDescriptionThe 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 route that handles POST requests.
-
Classes in io.github.sigmacasino used by io.github.sigmacasino.routes.accountClassDescriptionThe 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 route that handles POST requests.
-
Classes in io.github.sigmacasino used by io.github.sigmacasino.routes.docsClassDescriptionThe 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.
-
Classes in io.github.sigmacasino used by io.github.sigmacasino.routes.gamesClassDescriptionThe 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 route that handles POST requests.