Skip to content

VincentGuerrini/Groupie-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

|| Groupie Tracker ||

The subject of this project is seen in the context of my student training.

Goal :

You must create a website in Go that uses an API and displays information about music groups.

  • API data
  • The API provides:
  • artists: name, image, members, debut, first album
  • locations: concert venues
  • dates: concert dates
  • relationship: link between artists, dates, and venues

Website objective

  • Display band information in a clear and visual way (maps, lists, tables, pages, etc.)
  • Cross-reference data between artists, venues, and dates
  • Mandatory functionality
  • Add at least one client-side event/action (e.g., click, filter, search, etc.)
  • This action triggers a request to the server (client ↔ server)

Constraints

  • Backend in Go only
  • Standard packages only
  • The site must never crash
  • Handle all errors
  • Follow best practices
  • Unit testing recommended

How to start :


By @Yokasashii & @sSika6k

About

Retrieve an API, process its data in Go, and create an interactive site that displays group information with at least one client-server action.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors