/GameTech-API

API for the GameTech app

Primary LanguageJava

GameTech-API

API for the GameTech app. Uses the GiantBomb API to retrieve games informations.

Requirements

For building and running the application you need:

Running the application locally

Firstly you need to create a enviroment variable GB_API_KEY with your key.

Then, you can either:

  • Execute the main method in the com.gmachado.gametech.GametechApplication.java class from your IDE.

  • Or use the Spring Boot Maven plugin like so:

mvn spring-boot:run

Documentation

You can check the API endpoint on http://localhost:8080/swagger-ui/ when the project is running.