/MyGamelist

The MyGamelist is a Rest API for registering games that you have played or are still playing.

Primary LanguageKotlin

🌟My Gamelist🌟

The MyGamelist is a Rest API for registering games that you have played or are still playing.

🚀 Technology

Platform: JVM
Build System: Gradle
Kotlin Version: 1.4.31

kotlingradle

💥 How to run

  • Prerequisites

    • Make sure you have JDK version 11 in your PATH

🔨 Application

Clone the repository:

# HTTPS
  $ https://github.com/GabrielLoureiroGomes/MyGamelist.git
# SSH
  $ git@github.com:GabrielLoureiroGomes/MyGamelist.git

Build the application

  $ gradle build

Run the application

  $ gradle run