Example Django Rest Framework app built at Orlando Python
We built an app that contains shows with name, network, and rating fields. We then implemented a REST API around this model with GET, POST, PUT, PATCH, and DELETE methods.
Django REST Framework Documentation
pip install -r requirements.txt
python manage.py runserver