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 15/14/13/12/11/10/8, HTTPClient & Router.
Tag: django
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 15/14/13/12/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
Django: POST, PUT, GET, DELETE requests example | Rest Apis
Rest Apis are so important in most applications to connect the backend and frontend parts. In this tutorial, I will show you how to build Python Rest Api CRUD with sending GET/POST/PUT/DELETE requests example using Django REST framework – a powerful and flexible framework for building Web APIs.
You can find how to make it works with database in one of following posts:
– Django Rest Api with MySQL example | Django Rest Framework
– Django Rest Api with MongoDB example | Django Rest Framework
– Django Rest Api with PostgreSQL example | Django Rest Framework