In this video, we will build our first web app using the Django Rest Framework and React. In this first video, we will build the REST API using Django Rest Framework. This framework makes it very easy to put together an API and we will see that in this video. We will create a model, serializer, viewset, and a URL pattern to handle the CRUD operations of our API. In the next video we will build the frontend with React to interact with this API.
Code:
https://github.com/legionscript/Todo-...
Legionscript Website:
http://legionscript.com/