Skip to content

Web application that displays the list of games available in NVidia's GeForce NOW service

Notifications You must be signed in to change notification settings

Jezorko/gfn-games-list

Repository files navigation

Master Build Status Heroku Deployment License: WTFPL

GeForce NOW Games List

This application is an alternative to geforcenow-games.com.

It was built as a pet-project with main goal of learning Kotlin Multiplatform setup.

Running

Locally

The application can be run locally using Gradle.

./gradlew run

Local execution requires a Docker environment (for Postgres database setup with Testcontainers).

Production

Build the production files using either stage or installDist command.

./gradlew stage

Then execute the generated binaries.

build/install/gfn-games-list/bin/gfn-games-list

Configuration

The configuration is defined by the Configuration object. Configuration parameters are fetched from environment variables.