Groupie Trackers is a program written in go consists on receiving artist details from an API, manipulate the data contained in it, and display the informations (artists, locations and dates) on a user friendly website.
- The program uses go routines and channels to enable concurrent flow and fast response time.
- The program fetches banners from YouTube music and use them as a background in artist page.
git clone https://github.com/xySaad/groupie-tracker
cd groupie-tracker
go run ./app
Server running on http://localhost:8080
run the server first
go run ./app
then run the tests (in another terminal)
go test ./tests