Questions:
- Why do we not need to sign JWT in this service?
- Add a new filter that only returns a product within a given price range.
- Advanced: Add a way for products to be connected to more than one category (this will drastically improve but also complicate this service).
Answers:
- Because the service will operate as entirely public.
- See GitHub.
- See GitHub.