Django + Angular 10 tutorial: CRUD App Django Rest Framework

In this tutorial, we will learn how to build a full stack Django + Angular 10 example with a CRUD App. The back-end server uses Python 3/Django with Rest Framework for REST APIs and interacts with MySQL/PostgreSQL/MongoDB database. Front-end side is made with Angular 10, HTTPClient & Router.

Other versions:
using Angular 8
using Angular 11
using Angular 12
using Angular 13

Read More