Skip to content

Roy Tutorials

Technical… Theoretical… Practical…

  • Home
  • FAQs
  • About Me
  • Home
  • Django REST

Tag: Django REST

Here in this tutorial I am going to explain how to integrate Django REST API with Angular framework. CRUD stands for Create, Read, Update and Delete operations which will be performed from UI (User Interface) using Angular framework and on server side Django framework and MySQL server are used. The Angular framework will be used…

Leave a Comment on Django 3, MySQL REST API Angular 10 CRUD Example
Posted in Angular Django

Django 3, MySQL REST API Angular 10 CRUD Example

Here in this tutorial I am going to show you how to use Swagger API with Django REST framework. Swagger API provides well structured documentation for REST API endpoints so a new person can say how to test a REST API without knowing its internal implementation. Essentially, Swagger does a simple but very powerful thing:…

Leave a Comment on How to use Swagger with Python based Django REST APIs
Posted in Django Swagger

How to use Swagger with Python based Django REST APIs

Introduction In this tutorial I am going to show you how to build CRUD operations on REST APIs using Python based Django framework and MySQL as a persistent repository. CRUD is an acronym that basically means Create Read Update Delete. So we are going to create new resource, update existing resource, delete existing resource and…

1 Comment on Python Django MySQL REST API CRUD Example
Posted in Django

Python Django MySQL REST API CRUD Example

Categories

Copyright © 2014 - 2022 Roy Tutorials

Privacy | Terms & Conditions