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.
Tag: django rest framework

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

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

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

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

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

Django & PostgreSQL CRUD example | Django Rest Framework
In this tutorial, we’re gonna create Python/Django CRUD with PostgreSQL example that uses Django Rest Framework for building Rest Apis. You’ll know:
- How to setup Django to connect with PostgreSQL Database
- How to define Data Models and migrate it to PostgreSQL
- Way to use Django Rest Framework to process HTTP requests
- Way to make Django CRUD Operations with PostgreSQL Database
Related Posts:
– Django & MongoDB CRUD Rest API | Django Rest Framework
– Django CRUD with MySQL example | Django Rest Framework
Fullstack:
– Django + Angular
– Django + React
– Django + React Hooks
– Django + Vue.js