Learning Angular for Django Developers

Learning Angular for Django Developers

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2h 08m | 505 MB

Learn how to add rich front-end UIs to your Django project with Angular

Want to build amazing web applications using Python as a programming language? This course will enhance your skills by using Angular to build the front end and Django, a Python framework, to build the back end.

This course walks you through the complete process of both front-end and back-end development using Python and Angular. You’ll build a real-world card dealer website during the course. You’ll add features such as car components choice, homepage videos, compelling graphics, and different car models to choose from. This way, customers will get a functional and attractive web application. Finally, you’ll learn to deploy the application on Amazon Web Services (AWS).

By the end of the course, you’ll be able to combine the powers of your favorite language—Python—with Angular to provide an end-to-end web development solution.

This video takes you through a real world step-by-step approach to build a full-stack web application with Angular and integrate it with a Django project using REST.

What You Will Learn

  • Understand Angular’s basic concepts to build a rich front end
  • Create Angular components and use data binding and events
  • Use routing to navigate among different views and their components
  • Create services for communicating with the back end
  • Connect back-end code with front-end UIs via REST protocols
  • Deploy your application to Amazon Web Services
Table of Contents

GET STARTED WITH ANGULAR
The Course Overview
Installation
Understanding the Project Structure
Creating and Reusing Components
Understanding Data Bindings and Events

BUILD YOUR BUSINESS LOGIC
Navigation and Routing in SPA
Implementing – Engine
Implementing – Exterior
Implementing – Interior, Forms
Reactive Forms

BUILD REST API
Django Project and Models
Django REST Framework
Implementing API at the Frontend
Handling Errors
Backend Validation

DEPLOY THE PROJECT
Angular Build
Prepare AWS Server
Configure and Run