About Lesson
In this part of the Django tutorials, you will learn how to create a restful API using Django rest framework. A restful API is a the key element of the larger projects in Django, where front-end and back-end are separated. For example you want to develop an application using Django and Vue.js. In this case, to develop the back-end you will need to create a RESTful API that outputs the data in form of JSON, XML, etc.