/SDG_23-django-beginners-challenge

Build for SDG 2023 backend python(django) challenge for beginners

Primary LanguagePython

Build4SDG 2023

Python django beginners challenge

Task

Create a simple todo-list application with the following features:

  • Users can add, edit and delete tasks.
  • Tasks should have a title and a description.
  • Users can mark tasks as completed.

NOTE:

  • project directory - django/SDG23
  • App directory - django/todo_api
  • virtual environment - django/.venv
  • Model has already been created
  • complete the code for Views
  • Serializers has already been created
  • URL has already been created

feel free to make adjustment to the code, but dont change the endpoints and also the views functon name

Best of LUCK!!!, ENJOY!!!