Integration of Swagger with DRF to generate API documentation.
Works on Python 3+ and Django 3+.
- Install dependencies:
python -m pip install -r requirements.txt
- Run migrations & start the server:
python manage.py migrate
python manage.py runserver
Navigate below URL to view docs .
localhost:8000/api/v1/swagger/schema