This book is for Python developers who are familiar with Django but don’t know where to start when it comes to building a full stack application – more precisely, building a RESTful API. You will also find this book useful if you are a frontend developer with knowledge of JavaScript and looking to learn full stack development. If you are also an experienced full stack developer working with different technologies and you are looking to explore and learn new ones, this book is written for you.

Creating a Django Project.
Django is one of the most famous backend frameworks written in Python and is often used to build simple or complex web applications. As for React, it’s one of the most widely used JavaScript libraries to create reactive and powerful user interfaces. In this chapter, we’ll focus on Django first.
In this chapter, we’ll briefly explain software development and, in particular, backend development in the context of what we’ll be building: a social network web application with Django and React. We’ll also talk about the most common tools used for backend development in Python – here in Django. Then, we will create a Django project and explain the most important parts of a Django project. After that, we’ll connect PostgreSQL to the Django project.
By the end of this chapter, you’ll understand concepts such as software development, frontend development, and backend development. You’ll also learn how to create a project in Django and start a server.
Content.
Part 1: Technical Background.
1 Creating a Django Projec.
2 Authentication and Authorization Using JWTs.
3 Social Media Post Management.
4 Adding Comments to Social Media Posts.
5 Testing the REST API.
Part 2: Building a Reactive UI with React.
6 Creating a Project with React.
7 Building Login and Registration Forms.
8 Social Media Posts.
9 Post Comments.
10 User Profiles.
11 Effective UI Testing for React Components.
Part 3: Deploying Django and React on AWS.
12 Deployment Basics – Git, GitHub, and AWS.
13 Dockerizing the Django Project.
14 Automating Deployment on AWS.
15 Deploying Our React App on AWS.
16 Performance, Optimization, and Security.
Appendix.
Answers.
Index.
Other Books You May Enjoy.
Бесплатно скачать электронную книгу в удобном формате, смотреть и читать:
Скачать книгу Full Stack Django and React, Kolawole Mangabo, 2023 - fileskachat.com, быстрое и бесплатное скачивание.
Скачать pdf
Ниже можно купить эту книгу, если она есть в продаже, и похожие книги по лучшей цене со скидкой с доставкой по всей России.Купить книги
Скачать - pdf - Яндекс.Диск.
Дата публикации:
Теги: учебник по программированию :: программирование :: Kolawole Mangabo
Смотрите также учебники, книги и учебные материалы:
Предыдущие статьи: