Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 942 Bytes

api_en.md

File metadata and controls

29 lines (23 loc) · 942 Bytes

WEB Django API Guidelines

1. Goal

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

2. Training time:

3 days (Includes Lectures, individual self-review and perform exam)

3. Document link:

  • Learn Django Rest Framework knowledge here

  • Knowledge summary slide here

4. Requirement

  • 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

Happy coding!!!