following a tutorial for a todo app, I implemented an API that I had built in Django with the Todo app performing CRUD Operations.
Also made use of Django Authentication so that each user will be able to list out and work on their own list.
Each user can login and add or remove notes created by them.