Create an API with Python | Django | MySQL | REST Framework, Build a CRUD API from scratch
PREVIEW THIS COURSE - GET COUPON CODE
What you'll learn
PREVIEW THIS COURSE - GET COUPON CODE
Advertisement
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