- Overview
- Transcript
1.1 Introduction
Welcome to Create a REST API With Django, a course which aims to show you just how easy it can be to create a flexible, centralized REST API in Python. You'll see how a Django REST API can provide your users and other applications with a way to access functionality and data.
1.Introduction3 lessons, 14:22
1.1Introduction00:53
1.2Prerequisites05:48
1.3Setting Up the Development Environment07:41
2.Building the Rest API7 lessons, 46:15
2.1Creating the Invoice Model08:10
2.2Adding a Serializer05:06
2.3Getting All of the Invoices07:52
2.4Getting an Individual Invoice07:58
2.5Creating a New Invoice08:49
2.6Updating an Existing Invoice05:21
2.7Deleting an Invoice02:59
3.Conclusion1 lesson, 01:19
3.1Goodbye01:19
1.1 Introduction
Hey there tuts fans, Derek Jensen here. And I wanna help you extend the reach of your application and your business. One of the most challenging things to do as you go is to get your application and data into as many peoples' hands as possible. This is especially true with web applications, because it typically means creating mobile and desktop applications. And then you start to create lots of duplication on many different platforms, which quickly becomes a maintenance nightmare. Well, no more. Today, I'm gonna show you how to use a simple yet powerful language in Python in conjunction with Django and the Django REST framework to take all of that hard work on your web application and extend its reach to any operating system and platform that you could dream of. Sound impossible? Well, with just a few simple tools and a little know how, you'll be up and running with a brand new Rest API in under an hour. Let's get started.







