Forem

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

Image of Timescale

🚀 pgai Vectorizer: SQLAlchemy and LiteLLM Make Vector Search Simple

We built pgai Vectorizer to simplify embedding management for AI applications—without needing a separate database or complex infrastructure. Since launch, developers have created over 3,000 vectorizers on Timescale Cloud, with many more self-hosted.

Read more →

Top comments (0)

👋 Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay