Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 473 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 473 Bytes

Groupie Tracker

Groupie Tracker is a simple Go web application which demonstrates fetching data from an API, and the power of using Go HTML templates to render the result.

Architecture

This project is implemented using 'Onion' architecture. Responsibilities are separated into layers, with a dependency relationship going inwards.

API

The API endpoints and response definitions may be found by following this link.