This is the code repository for Full Stack Django and React, published by Packt.
Get hands-on experience in full-stack web development with Python, React, and AWS
Django developers often need to rely on front-end developers to build client-side solution for their web apps. By combining the capabilities of React with Django, this book creates a complete learning path to go from being a backend developer to a full stack developer in no time. This book will help you use React to build state-of-the-art UI layouts and Django to create an immaculate backend.
This book covers the following exciting features:
- Explore how things work differently under the hood in the frontend as well as backend
- Discover how to build an API with Django
- Start from scratch to build an intuitive user interface using React capabilities
- Dockerize and prepare projects for deployment
- Deploy API and UI on various platforms like AWS and Vercel
If you feel this book is for you, get your copy
All of the code is organized into folders. For example, Chapter03.
The code will look like the following:
from rest_framework import viewsets
from rest_framework import filters
class AbstractViewSet(viewsets.ModelViewSet):
filter_backends = [filters.OrderingFilter]
ordering_fields = ['updated', 'created']
ordering = ['-updated']
Following is what you need for this book: This book is for Django web developers who want to get started with full-stack development and learn a frontend framework that can be quickly bootstrapped with the backend to build full-stack applications. Familiarity to React and JavaScript would be an added advantage.
With the following software and hardware list you can run all code files present in the book (Chapter 1-16).
Chapter | Software/Hardware required | OS required |
---|---|---|
1-16 | Python | Windows, Mac OS X, and Linux |
1-16 | JavaScript | Windows, Mac OS X, and Linux |
1-16 | PostgreSQL | Windows, Mac OS X, and Linux |
1-16 | Django | Windows, Mac OS X, and Linux |
1-16 | React | Windows, Mac OS X, and Linux |
1-16 | Docker | Windows, Mac OS X, and Linux |
We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.
Kolawole Mangabo is a Software Engineer, currently specializing in HTML, CSS, JavaScript, and Python while regularly using React, Vue, and Django to build single-page applications and marketing landing pages in his daily routine. His goal in a team is to always build products that provide pixel-perfect, performant experiences adjusting business and user needs. When he is not coding, he spends most of his time writing and publishing articles on various websites on topics like software architecture, testing, full-stack development, and developer experience.
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.