Building a todo app using and Django 3 as the backend (Django rest framework)
In this Django and example we’ll be building a todo app. This is a trivial thing to do when you know a language, but it’s also a great way to learn many of the key concepts of programming.
We’ll be starting of this Django and tutorial by installing and setting up Django.
I will be using for the frontend with a standalone application. will use Axios to communicate with the backend.
For the backend I will be using Django 3 and Django rest framework to build the API.
#django #a