Course Information
Course Overview
Build a CRUD API from scratch
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
MySQL
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
Course Content
- 6 section(s)
- 27 lecture(s)
- Section 1 Getting Started
- Section 2 Creating a Django Project and App
- Section 3 Database Integration
- Section 4 Creating a Model and Serializer
- Section 5 Creating Views and URLS
- Section 6 Testing API
What You’ll Learn
- How to create and activate a virtual environment
- How to install Django in a virtual environment
- How to install Django REST Framework
- How to create a Django project and app
- How to setup MySQL Database with Django
- How to create Models
- How to create model objects
- How to create and run migrations
- How to create a Serializer Class
- How to create views
- How to map views to URLS
- How to use Django REST framework to process HTTP Request
- How to test API by creating CRUD operations using Postman
Skills covered in this course
Reviews
-
DDon J Schwirtlich
Its great to be able to understand and follow the explanations along so completely - as is the norm with BlueLime.
-
JJohn Guevara
Outdated didn't work
-
AAnthony Narine
This was great to the point tutorial. I didn't give 5 starts because it needs an update. If you're going through this course you will need to get the updated CORS middleware header from Django's website. Also There is built in functionality for raise errors. Other than that GREAT tutorial.
-
SShah wajahat
This course is good for beginners. The way of teaching to delivered concept is so easy. I really understand all the concept easily