Receive API Manipulate the date contained in it Create a site to display the information
Build a user friendly website where you display the bands info through several data visualizations:
- Blocks
- Cards
- Tables
- List
- Pages
- Graphics
Focus on the creation of events/actions and on their visualization
- The event/action we want you to do is known as a client call to the server (client-server). We can say it is a feature of your choice that needs to trigger an action. This action must communicate with the server in order to receive information, request-response
- An event consists in a system that responds to some kind of action triggered by the client, time, or any other factor.
- Backend must be written in Go
- Site and server cannot crash at any time
- All pages must work correctly and you must take car of any errors
Manipulation and storage of data. JSON files and format. HTML. Event creation and display. Client-server.
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. locations : consists of their last and/or upcoming concert locations dates : consists in their last and/or upcoming concert dates relation : does the link between all the other parts, artists, dates and locations