OPGG-HACKTHON / gameflix

Game showcase for gamers
https://opgg-hackthon.github.io/gameflix/
3 stars 1 forks source link
gamewebsite kotlin spring-boot

Gameflix

[.github/workflows/build.yml]

Gameflix backend Service using Spring Boot with Kotlin

Description

gameflix-main

image-20210917185444116

Key Features

Documents

Getting Started

From live server

$ curl --location --request GET 'https://www.gameflix-backend.com/games?page=0&size=10'

From source code

$ git clone https://github.com/OPGG-HACKTHON/gameflix.git
$ gradelw bootRun
$ curl --location --request GET 'http://localhost:8080'

From docker

$ docker pull ghcr.io/opgg-hackthon/gameflix:main
$ docker run --rm -p 8080:8080 ghcr.io/opgg-hackthon/gameflix:main
$ curl --location --request GET 'http://localhost:8080'

Overview

Design Principal

Diagrams

Domain - User

domain.user

Domain - Game

domain game

Infrastructure - IGDB

infrastructure igdb

What can be done more

Contact

You can contact me with email or issue in this project

Referenced