GithubHelp home page GithubHelp logo

mavisdoctor5 / full-stack-django-and-react Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/full-stack-django-and-react

0.0 0.0 0.0 1.36 MB

Full-stack Django and React, published by Packt

License: MIT License

Shell 0.69% JavaScript 50.72% Python 46.14% CSS 0.73% HTML 1.33% Dockerfile 0.39%

full-stack-django-and-react's Introduction

Full Stack Django and React

Full Stack Django and React

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

What is this book about?

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

Instructions and Navigations

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).

Software and Hardware List

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.

Related products

Get to Know the Author

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.

Download a free PDF

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.

https://packt.link/free-ebook/9781803242972

full-stack-django-and-react's People

Contributors

koladev32 avatar packt-itservice avatar josepha-packt avatar markdsouzapackt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.