You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.1 KiB

## groupie-tracker-filters
### Objectives
You must follow the same [principles](../README.md) as the first subject.
- Groupie Tracker Filters consists on letting the user filter the artists/bands that will be shown.
- Your project must incorporate at least these four filters:
4 years ago
- filter by creation date
- filter by first album date
- filter by number of members
- filter by locations of concerts
- You must use at least these two types of filters:
- a range filter
- a check box filter
### Hints
- You have to pay attention to the locations. For example Seattle, Washington, USA **is part of** Washington, USA.
### Instructions
- The backend must be written in **Go**.
- You must handle website errors.
- The code must respect the [good practices](../../good-practices/README.md)
- It is recommended that the code should present a **test file**.
### Allowed packages
- Only the [standard Go](https://golang.org/pkg/) packages are allowed
This project will help you learn about:
- Manipulation, display and storage of data
- Event creation and display
- JSON files and format
- Go routines