Tags
Language
Tags
March 2025
Su Mo Tu We Th Fr Sa
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
SpicyMags.xyz

Build a REST API with MariaDB ,Python, Django

Posted By: lucky_aut
Build a REST API with MariaDB ,Python, Django

Build a REST API with MariaDB ,Python, Django
Duration: 01:58:47 | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 544 MB
Genre: eLearning | Language: English

Create an API step by step using MariaDB ,Python,Django and REST Framework

What you'll learn
Create and activate a virtual environment
Install Django in a virtual environment
Install REST Framework
Create Django Project
Create Django App
Setup MariaDB with Django
Create Database Model
Create Model Objects
Create and run migrations
Create Serializer Class
Create Views
Map Views to URLS
Test API with Postman

Requirements
Basic knowledge of Python
Basic knowledge of Django
Basic knowledge of Databases

Description
API stands for Application Programming Interface.
An API is a software intermediary that allows two applications to talk to each other. In other words, an API is the messenger that delivers your request to the provider that you're requesting it from and then delivers the response back to you.
When we are building APIs, we want our models to provide four basic types of functionality. The model must be able to Create, Read, Update,and Delete resources.
In this course, we are going to build an API using the following technology:
Python
Django
Django Rest Framework
MariaDB
mysqlclient adapter
django-cors-headers
What You Will Learn :
How to Create and activate a virtual environment
How to install Django
How to install Django REST Framework
How to Create a new Django Project
How to Create a new Django App
How to register applications with Django
How to setup  MySQL Database with Django
How to create and run Migrations
How to Create a Django Model
How to define Data Models and migrate it to MySQL
How to Create and apply a new migration
How to Create a serializer class
How to Create views
How to Map views to URLs
How to Create Model Objects
How to test API with CRUD Operations
How to use Django Rest Framework to process HTTP requests
How to create CRUD operations interacting with API using Postman

Who this course is for:
Beginner Developers
Beginner API Developers

Build a REST API with MariaDB ,Python, Django