Requirements
A basic knowledge of Django is required
It would be helpful to have a basic understanding of the foundational web technologies (HTML, CSS and JavaScript)
Description
**Welcome! I’m here to teach you how to build a simple api for your Django web application.
**
This course is primarily intended for developers who have a basic knowledge of Django and want to learn how to build their very own API’s according to the best practices.
If you have primarily front-end development skills you’ll be able to master the hidden language of the backend, since you will understand what is happening ‘under the hood’. This will give you more confidence and broaden your understanding of how the front-end and back-end communicate with each other.
Whether you are taking this course to just understand the fundamentals of how to build your rest api or because you want to create a simple application. Rest assured this course is for you.
By the end of this course you will be able to:
- Create a virtual environment
- Initialise the DRF (Django Rest Framework)
- Create your serializer
- Create your view endpoints
- Handle POST, GET, PUT and DELETE requests
- Learn how to consume your API
- Understand one of the most complex concepts in back-end development
- Create a CRUD API
- Create a Register and Login API