Build a REST API in 30 minutes with Django REST Framework

Okay, so based on what we know, what are the steps to creating a REST API?
Set up Django
Create a model in the database that the Django ORM will manage
Set up the Django REST Framework
Serialize the model from step 2
Create the URI endpoints to view the serialized data