Implementing a REST API with Django REST framework

shazni nazeer
CodeX
Published in
9 min readFeb 6, 2022

Photo by Douglas Lopes on Unsplash

In a previous post I discussed implementing a GraphQL API with Python, Graphene and Django. GraphQL is designed to solve some drawbacks of REST APIs. Nevertheless REST APIs are still widely used and likely that many companies will implement more and more REST APIs to complement their internal digitization processes.