PyBites Books




REST APIs with Django

REST APIs with Django


Author(s) William S. Vincent
Publisher Independently Published
Published 2018-06-15
ISBN 9781983029981
Page Count198
Language en
Add Book

Read by:

JO PY

Learn how to build web APIs with Python and Django 2.1.

Take a modern API-first approach to creating 3 different Django back-ends: a Library API, Todo API, and a Blog API with user authentication, permissions, proper documentation, and more. You'll even learn how to connect them to a React front-end for a truly full-stack web application.

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