23
What does it take to build an unconventional REST API in Python?
This is my first article/post on https://dev.to. So I would appreciate all suggestions and tips relevant to my article . Now diving into the topic.
Let us say, you are assigned for a project and now you need to make an API along with a Django backend. It needs to be RESTful in nature and your goal is speed. What would an ideal solution be?(Graphene and related integration pertinent to GraphQL can be done, I might do it in the future and when I do, I shall update the community with another post) Most likely, everyone from your seniors to google would suggest Django-REST-Framework because it is more convenient and more widely used.
But then why should you consider this option?
It is a promising avenue where both rapid development and speed can be simultaneously achieved.
With little effort, One gets the best of the two worlds and a project which is truly reliable
project-url/redoc
This project was an amazing journey in my opinion and I believe it might be used in some future projects and I believe this exploration has satisfied my quest. Nevertheless one must keep experimenting like this and try bringing something new to the world.
To learn about the technical aspects of the project visit
Click Here
And to view the deployment (The UI is not optimized for Mobile Devices)
Click Here
23