Book Image

Full-Stack Web Development with Django and Angular 8 [Video]

By : Christian Hur
Book Image

Full-Stack Web Development with Django and Angular 8 [Video]

By: Christian Hur

Overview of this book

<p>In this course, you'll take a tour of web development with Django 2.x and Angular 8. We've included an additional bonus section on the features forthcoming in Django 3.x—designed to help you pre-empt upgrade requirements and considerations well in advance. You'll learn to build a database-driven web app for seamless full-stack web development. We teach you the best practices you'll need to adopt and provide you with hands-on experience by building a flight reservation application from the ground up. You'll connect Django to a MongoDB database to help efficiently store and track data. You'll create a beautifully styled web application using Angular 8 for an amazing UI experience—all by using this popular front-end tool. </p><p> </p><p>By the end of this course, you'll be able to build a full-fledged and rich web application with Django/Angular, and gain an early insight into what's coming in Django 3.x. </p><p> </p><p>The code files are uploaded on Github at this link: </p><p>https://github.com/PacktPublishing/-Full-Stack-Web-Development-with-Django-2.x-and-Angular-8</p>
Table of Contents (6 chapters)
Chapter 3
Working with Databases
Content Locked
Section 3
Creating APIs for GET, POST, and DELETE Without Using a Key
Creating the Views and API endpoints that support GET, POST, and DELETE operations without using a key.