Initialize the API
Summary
The first steps involved for DRF integration is to adopt serializers, viewsets and configure the settings so that everything fits nicely together. Basically moving data around and exposing it to be absorbed by outside clients.
Helpful Links
- see What's Open API for examples of all the components talking to one another nicely