Browse Source

Merge pull request #893 from 01-edu/fix-groupie

fixing issue in groupie
pull/894/head
MSilva95 3 years ago committed by GitHub
parent
commit
894108c040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      subjects/groupie-tracker/README.md

4
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 must take 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**.

Loading…
Cancel
Save