Simple Go Application designed using the Hexagonal Architecture pattern.
To run just clone the repo and the run "go run ." inside the project folder
The app expose few endpoints:
GET /api/v1/teams
POST /api/v1/teams
POST /api/v1/teams/:team_id/invite-player
GET /api/v1/teams/:team_id/players
on localhost:8080.