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 will be 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.
To install the program into your own computer in order to run it
$ git clone https://zone01normandie.org/git/scointin/groupie-tracker-visualizations.gitThis project can be run without any hassle by running dockerize.sh
$ chmod +x dockerize.sh
$ ./dockerize.shYou will be prompted unto installation, uninstallation or cancel if you ever change your mind.
If you used the shell script (dockerize.sh) everything should be working just fine, you can visit this url : http://localhost:5826
To launch the server :
$ go run .Then go to http://localhost:5826
- A. Nassuif (Back dev and head of project)
- S. Cointin (Front & back dev)
- M. Soumare (Front dev)