TODO APP

A simple app build with Django and Djangorestframework to manage TODO operations.

List of Endpoints:

  • /tasks/
  • /tasks/all/
  • /tasks/new/

Framework Used:
Django, Djangorestframework

Database Used:
PostgreSQL

NOTE: All the packages and dependencies used in this application was added to the requirements.txt file.