Django + React : Build a Location-Based Real Estate Website
Django + React : Build a Location-Based Real Estate Website, available at $69.99, has an average rating of 4.05, with 138 lectures, based on 172 reviews, and has 3673 subscribers.
You will learn about Connect React and Django Build an API with Django Rest Framework Interactive maps with React-Leaflet Make spatial queries with Geodjango and PostGIS Deploy a full stack app with Digital Ocean and Namecheap The basics of React The basics of Material UI The basics of React-Leaflet Backend Authentication with Djoser Install Nginx and Gunicorn Setup SSL certificate Store media files with Digital Ocean Spaces Django storages / Boto 3 This course is ideal for individuals who are Developers who want take their skills to new levels. or Students who want to build real-world projects or Developers who want to play with maps or Map lovers It is particularly useful for Developers who want take their skills to new levels. or Students who want to build real-world projects or Developers who want to play with maps or Map lovers.
Enroll now: Django + React : Build a Location-Based Real Estate Website
Summary
Title: Django + React : Build a Location-Based Real Estate Website
Price: $69.99
Average Rating: 4.05
Number of Lectures: 138
Number of Published Lectures: 138
Number of Curriculum Items: 138
Number of Published Curriculum Objects: 138
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- Connect React and Django
- Build an API with Django Rest Framework
- Interactive maps with React-Leaflet
- Make spatial queries with Geodjango and PostGIS
- Deploy a full stack app with Digital Ocean and Namecheap
- The basics of React
- The basics of Material UI
- The basics of React-Leaflet
- Backend Authentication with Djoser
- Install Nginx and Gunicorn
- Setup SSL certificate
- Store media files with Digital Ocean Spaces
- Django storages / Boto 3
Who Should Attend
- Developers who want take their skills to new levels.
- Students who want to build real-world projects
- Developers who want to play with maps
- Map lovers
Target Audiences
- Developers who want take their skills to new levels.
- Students who want to build real-world projects
- Developers who want to play with maps
- Map lovers
In this project-based course, we will build a location-based real estate website. It is going to be a full stack web application with Django powering the backend and React Js the frontend.
We are going to build the frontend very fast by using Material UI which is a very easy and intuitive React library for building UI components. Throughout the course we will get to use lots of Material UI components that we will easily style.
We are then going to build the API with Django Rest Framework (DRF) and we are going to make requests to the API with React.
Leaflet is a JavaScript library for building interactive maps. We will add a geographic aspect to this project by placing the property listings on a map. We are going to achieve that with React-Leaflet which provides a binding between React and Leaflet.
We are also going to make our PostgreSQL database be spatially aware by adding the PostGIS extension to it. So, on top of making regular queries to the database, we are also going to make spatial queries (geometric information such as distance).
We are also going to cover user authentication with the Djoser library. We will get end users to add, delete or update property listings from the frontend. We are also going to handle both client-side errors and server-side errors in the forms.
Once we are done building the website on our local machines, we will then deploy it with Digital Ocean and Namecheap. During deployment, we are going to:
-
Push our project to GitHub
-
Get domain names for the backend and frontend
-
Setup a mailbox in “private email”
-
Setup an SSL certificate
-
Install and setup Nginx and Gunicorn
-
Store media file in the cloud with Digital Ocean spaces
I will be using:
-
Windows
-
Python 3.9
-
Django 4.0
-
React 17 (Updated for React 18-Works perfectly fine, check out the lectures on the Bonus section for more details)
-
Material UI 5
The following topics will be covered in this course:
-
The basics of React
-
React hooks (useState, useEffect, useContext, useReducer, useRef, useMemo)
-
The basics of Material UI
-
Styling with Material UI
-
The basics of React-Leaflet
-
React-Leaflet hooks (exp: useMap)
-
Building API endpoints with Django Rest Framework
-
Authentication with Djoser
-
Django signals
-
Making spatial queries with Geodjango and PostGIS
-
Calculating distances
-
Django deployment
-
React Deployment
-
Creating a remote server
After completing this in-depth project-based course, you will know how to connect Django and React. You will also know how take full advantage of a spatially or geographically aware database.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Course overview
Lecture 2: What we will build
Lecture 3: Course outline
Chapter 2: The basics of React
Lecture 1: Getting started with React
Lecture 2: React components
Lecture 3: Introducing JSX
Lecture 4: More about React components
Lecture 5: React props
Lecture 6: Looping through an array of data
Lecture 7: State (the useState hook)
Lecture 8: Handling events
Lecture 9: More about state
Lecture 10: Navigation with react-router-dom
Lecture 11: Working with links
Lecture 12: Section conclusion
Chapter 3: The basics of Material UI
Lecture 1: Introduction
Lecture 2: Getting started with Material UI
Lecture 3: MUI component properties
Lecture 4: The Typography component
Lecture 5: Heads up!
Lecture 6: Styling with Material UI
Lecture 7: Page layout with Material UI
Lecture 8: More about the container grid
Lecture 9: Building the home page: Introduction
Lecture 10: Building the home page: The Header
Lecture 11: Building the rest of the home page
Lecture 12: Re-organizing the code
Lecture 13: Section conclusion
Chapter 4: The basics of React-Leaflet
Lecture 1: What is React-Leaflet?
Lecture 2: Installing React-Leaflet
Lecture 3: Changing the layout of the “listings” page
Lecture 4: The map marker
Lecture 5: The marker popup
Lecture 6: Storing the position of the marker in state
Lecture 7: Displaying the listings on the map
Lecture 8: Displaying the listings in MUI cards
Lecture 9: Drawing/Importing shapes in React-Leaflet
Chapter 5: Setting up the backend
Lecture 1: Introduction / Virtual environment setup
Lecture 2: Installing Django
Lecture 3: Setting up the listing model
Lecture 4: Adding the Location field to the listing model
Lecture 5: Installing GeoDjango
Lecture 6: Error when adding the POSTGIS extension
Lecture 7: Setting up a spatial database (PostgreSQL & PostGIS)
Lecture 8: Setting up a custom user model
Lecture 9: Creating property listings in the Admin panel
Lecture 10: Creating an API endpoint for property listings
Chapter 6: Connecting Django and React
Lecture 1: Introduction / setting up Django Cors Headers
Lecture 2: Making requests from the frontend to the backend
Lecture 3: Introducing the useEffect hook
Lecture 4: Making requests with Axios and the useEffect hook
Lecture 5: The correct way of fetching data with React
Chapter 7: Handling image fields
Lecture 1: Adding image fields to the listing model
Lecture 2: Rendering images in React
Chapter 8: User authentication
Lecture 1: Introduction / Installing Djoser
Lecture 2: Building the Registration page
Lecture 3: Building the Login page
Lecture 4: User Registration (Part 1)
Lecture 5: User Registration (Part 2)
Lecture 6: Another way of managing state in React
Lecture 7: Using the immer-reducer in the Register file
Lecture 8: Logging in (Part 1)
Lecture 9: Logging in (Part 2)
Lecture 10: Conditional rendering of the header (Part 1)
Lecture 11: Conditional rendering of the header (Part 2)
Lecture 12: Logging out (Part 1)
Lecture 13: Logging out (Part 2)
Chapter 9: Adding listings from the frontend
Lecture 1: Introduction / Updating the listing model
Lecture 2: Building the “Add property page”
Lecture 3: Placing the map on the form
Lecture 4: Uploading images
Lecture 5: Finalizing the form
Lecture 6: Making the request to add a property listing (Part 1)
Lecture 7: Making the request to add a property listing (Part 2)
Lecture 8: Modifying the “listings” page
Chapter 10: Handling user profiles
Lecture 1: Introduction
Lecture 2: Creating the Profile Model
Lecture 3: Using Django signals to create a profile for each user
Lecture 4: Applying restrictions in the “Add property” page
Lecture 5: Building the profile page (Part 1)
Lecture 6: Building the profile page (Part 2)
Lecture 7: Building the profile page (Part 3)
Lecture 8: Modifying the “listings” page
Lecture 9: Building the “Agencies” page
Lecture 10: Displaying the number of listings for each user
Lecture 11: Building the “Agency Detail” page
Chapter 11: Listing detail page
Lecture 1: Introduction / Creating the component
Lecture 2: Setting up the listing detail component
Lecture 3: Building the image slider
Instructors
-
ABDEL DIOUF
Civil / Water Resources Engineer, Self-Taught Developer
Rating Distribution
- 1 stars: 13 votes
- 2 stars: 3 votes
- 3 stars: 11 votes
- 4 stars: 40 votes
- 5 stars: 105 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024