
The internet is powered by RESTful APIs. With the combination of the Django web framework and Django REST Framework, software developers can build robust web APIs in the Python programming language with a minimal amount of code. If you already know basic Django you can transform your websites into APIs in a matter of minutes. In this book we'll go well beyond the basics and build three progressively more complex APIs. We will learn how to connect a backend API to any frontend (such as React). And dive into advanced topics like user authentication, permissions, documentation, and more. TABLE OF CONTENTS * Introduction * Chapter 1: Web APIs * Chapter 2: Library website and API * Chapter 3: Todo API * Chapter 4: Todo React Frontend * Chapter 5: Blog API * Chapter 6: Permissions * Chapter 7: User Authentication * Chapter 8: Viewsets and Routers * Chapter 9: Schemas and Documentation * Conclusion
Author: William S. Vincent