Skip to content

Swagger with DRF to generate API documentation.

Notifications You must be signed in to change notification settings

shivshankarkeshari/swagger-drf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swagger with Django REST Framework

Integration of Swagger with DRF to generate API documentation.

Getting Started

Works on Python 3+ and Django 3+.

  1. Install dependencies:
python -m pip install -r requirements.txt
  1. Run migrations & start the server:
python manage.py migrate
python manage.py runserver

Testing

Navigate below URL to view docs .

localhost:8000/api/v1/swagger/schema

About

Swagger with DRF to generate API documentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%