mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.4 KiB
1.4 KiB
groupietrackers
Objectives
Groupie Trackers consists on receiving a given API and manipulate the data contained in it, in order to create a site.
-
It will ge given an API, that consists in four parts:
- The first one,
artists
, contains some information about some bands and artists like their name(s), an image, in which year they began their activity and the date of their first album. - 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,
relations
, does the link between all the other parts,artists
,dates
andlocations
.
- The first one,
-
This project also focuses on the creation of events and on their visualization.
-
An event-driven system consists in a system that responds to some kind of action triggered by the client, time, or any other factor.
-
You can learn more about events here.
This project will help you learn about :
- Manipulation and storage of data.
- HTML.
- Event creation and display.
- JSON files.
Instructions
- The backend must be written in Go.
- The code must respect the good practices.
- It is recommended that the code should present a test file.