The subject of this project is seen in the context of my student training.
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
- 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)
- Backend in Go only
- Standard packages only
- The site must never crash
- Handle all errors
- Follow best practices
- Unit testing recommended
- Clone the Repo ( https://github.com/VincentGuerrini/Groupie-Tracker.git )
- Do the command ( go run ./cmd/server/main.go)
- Open a navigator and open http://localhost:8080
By @Yokasashii & @sSika6k