/game-rest-api

Game REST API. Designed with CLEAN Architecture in mind.

Primary LanguageGoMIT LicenseMIT

game-rest-api

Game REST API. Designed with CLEAN Architecture in mind.

Project Architecture

clean

Requirements

  • Go v1.19

Install

make install

Development

make docker-build
make docker-run
make test
make dev

Run

  1. Assign MYSQL_DSN in .env
make run

Examples

For examples on how to use the REST API, check out the examples page