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)

Sentry blog image

Identify what makes your TTFB high so you can fix it

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

Read more