We will create simple API endpoints for an FAQ
application. This app will contain,
- Many topics
- Each topic can have many FAQs
In this chapter, we will create some sample data. Then see how to retrieve those information from the server through API endpoints.