Installations
  • Introduction
  • Install Python
  • Create a virtual environment
  • Install Django
  • Install REST framework
MariaDB Database Django Setup
  • Create Django Project
  • Create a Django App
  • Install MariaDB
  • Register Applications
  • MariaDB Database Django Setup
  • Apply Django Migrations
Model and Serializer
  • Create a model
  • Create and apply migration
  • Create serializer class
Views and URLS
  • Development Server
  • Create a superuser account
  • Create views -Part 1
  • Create views -Part 2
  • Map views to URLS
  • Register Model
  • Create Model Objects
  • Install Postman
  • Test API with CRUD Operations
  • Thank You