From 760435d2fcbb20ac5ebe166aad6b19f0dbd9174f Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 24 Nov 2021 17:08:29 +0000 Subject: [PATCH] fixing issue in groupie --- subjects/groupie-tracker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/groupie-tracker/README.md b/subjects/groupie-tracker/README.md index f489c42f..a1403c80 100644 --- a/subjects/groupie-tracker/README.md +++ b/subjects/groupie-tracker/README.md @@ -14,8 +14,6 @@ Groupie Trackers consists on receiving a given API and manipulate the data conta - And the last one, `relation`, does the link between all the other parts, `artists`, `dates` and `locations`. -- You must use at least the `artists` and the `relation` parts given in the API. - - Given all this you should build a user friendly website where you can display the bands info through several data visualizations (examples : blocks, cards, tables, list, pages, graphics, etc). It is up to you to decide which info you will present and how you will display it. - This project also focuses on the creation of events and on their visualization. @@ -25,6 +23,8 @@ Groupie Trackers consists on receiving a given API and manipulate the data conta ### Instructions - The backend must be written in **Go**. +- The site and server cannot crash at any time. +- All pages must work correctly and you musttake care of any errors. - The code must respect the [**good practices**](../good-practices/README.md). - It is recommended that the code should present a **test file**.