Django REST framework is a powerful and flexible toolkit for building Web APIs. At the end of this module, students will be able to:
- Understanding what is API, why work with API
- Build API using Django Rest Framework
- Understanding Serializer
- Know how to test API
- Know how to write API Document
- Apply to the project and practice writing API
3 days (Includes Lectures, individual self-review and perform exam)
- Learn and apply to Project 2 for basic functions:
- View list
- View details
- Add new
- Updates
- Delete
- Pull request include Unit test and API Document for each function