DORRS REST API
The DORRS REST API built on the Django REST framework.
The REST API is built using the Django REST framework, a powerful and flexible toolkit for building Web APIs in Django. The Django REST framework is an extension of the Django web framework, designed specifically for developing RESTful APIs. REST (Representational State Transfer) is an architectural style that specifies constraints, such as statelessness and a uniform interface, which guide the design and interaction of web services.
The Django REST framework allows for the quick and efficient development of APIs, which can be used to expose application data and functionality to other applications or frontend systems, allowing firms to create scalable, maintainable, and secure web applications.
Reference: Django REST framework