Skip to content

vtarasso/groupie-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GROUPIE-TRACKER

Groupie Trackers consists on receiving a given API and manipulate the data contained in it, in order to create a site, displaying the information.

  • It is given an API, that consists in four parts:

    • The first one, artists, containing information about some bands and artists like their name(s), image, in which year they began their activity, the date of their first album and the members.

    • The second one, locations, consists in their last and/or upcoming concert locations.

    • The third one, dates, consists in their last and/or upcoming concert dates.

    • And the last one, relation, does the link between all the other parts, artists, dates and locations.

This project focuses on building a user friendly website where it displays the bands info through several data visualizations.

Useful links for this project:

How to work with JSON in Go

How to write a Good readme

How to write a Good readme - youtube

Online Markdown Editor

Usage:

1.Enter this command to start the program:

go run .

2.Open the web browser and go to:

http://127.0.0.1:4000/ or localhost:4000

Authors:

@vtarasso
@smustafi

! The Searchbar is not working yet, it is for beauty now !