Skip to content

Instantly share code, notes, and snippets.

View ORanuare's full-sized avatar

Oscar Ranuare ORanuare

View GitHub Profile
@dotja
dotja / drf-api-swagger-doc.md
Last active June 17, 2024 08:18
Django REST Framework API documentation using Swagger

API Documentation with DRF and Swagger

Overview:

  • We need to create a schema. The schema outlines all the endpoints and actions of our API.

  • We need to create the documentation that is a more human-readable form of the schema.

Steps: