DEV Community

Cover image for Creating APIs : introducing the beginner friendly framework
Mohamed
Mohamed

Posted on

Creating APIs : introducing the beginner friendly framework

Recently i got hired for working with local development agency to create a dashboard with its API, but i was struggling writing the API, testing it and writing its docs.
Until i discovered the new django ninja 3rd party library and it really amused me. Where beside of creating the API and writing it it allows you to even test it locally from your web browser.
Django ninja gives every developer to create the desired API with less coding and simpler syntax

Image description
and with using the propre URL routing you can choose the URL path of every ENDPOINT

Image description
so using a the less coding you can achieve all what you desire on your API

Image description

Top comments (0)