Creating a Django API using Django Rest Framework APIView

Creating a Django API using Django Rest Framework APIView

7 years ago
Anonymous $L9wC17otzH

https://medium.com/the-andela-way/creating-a-django-api-using-django-rest-framework-apiview-b365dca53c1d

An API(Application Programming Interface) is a software that allows two applications to talk to each other. In this blog, we will be creating an API that allows clients to create and read articles just like Medium blog post. We will explore different ways to create a Django Rest Framework(DFR) API in a 3 part series starting with a plain APIView(PART 1) then using GenericAPIView(PART 2) and finally using ViewSets(PART 3).

The final source code of what we will be creating can be found on GitHub .I will also be using pipenv for my development environment management i.e things like creating a virtual environment and installing packages.

Last Seen
11 months ago
Reputation
0
Spam
0.000
Last Seen
11 months ago
Reputation
0
Spam
0.000
Last Seen
11 months ago
Reputation
0
Spam
0.000
Last Seen
11 months ago
Reputation
0
Spam
0.000
Last Seen
11 months ago
Reputation
0
Spam
0.000