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