Questions:
- Add a new route to your FirstApp application that interacts with a new controller.
- Add a new model to your application and integrate it into your controllers.
- Build a simple pagination app in which the requests can contain parameters such as sortBy and offset.
Answers:
- See GitHub, Chapter2/FirstAppExtended.
- See GitHub, Chapter2/FirstAppExtended.
- See GitHub, Chapter2/FirstAppExtended.