Learn how to make http get request and create different routes. Learn also how to get route params and query string params. Route params are typically used for info that can't be ignored. Query String params are typically used for optional request such as requesting the data to be sorted in a certain way.