Build a Todo API backend using Generic class-based views in Django Rest Framework
Introduction
We will build a to-do API backend using Django Rest Framework. We will be able to create, read, update and delete to-dos.
Set up
Create a new folder and open it with your code editor
Run the following command on your terminal to create...
emmakodes.hashnode.dev4 min read