Podcast
Questions and Answers
What part of the API will contain information about some bands and artists?
What part of the API will contain information about some bands and artists?
What is recommended to have for this project?
What is recommended to have for this project?
What packages are allowed for this project?
What packages are allowed for this project?
Study Notes
- Groupie Trackers is a website that manipulates data in order to create different visualizations.
- It will be given an API that consists of four parts: artists, locations, dates, and relation.
- The first part, artists, will contain 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 part, locations, will contain their last and/or upcoming concert locations.
- The third part, dates, will contain their last and/or upcoming concert dates.
- The fourth part, relation, will link all the other parts and will contain the link between all the other parts.
- It is recommended to have test files for unit testing.
- Allowed packages for this project are only the standard Go packages.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Test your knowledge of using the standard Go packages to manipulate data from an API and create visualizations for artists' information, concert locations, and dates. Learn about implementing unit tests for the project as well.