SWE574-Fall2023-Group1 / SWE574-Fall2023-G1

Project for SWE 574 - Group 1
MIT License
7 stars 1 forks source link

Django Swagger UI #37

Closed sadikkuzu closed 1 year ago

sadikkuzu commented 1 year ago

For our backend service endpoints, we use Django REST Framework.

There are a number of packages available that allow us to generate HTML documentation pages from OpenAPI schemas.

Two popular options are Swagger UI and ReDoc.

Both require little more than the location of our static schema file or dynamic SchemaView endpoint.

In this project we'll use Swagger UI.