Will I have to make dedicated RestAPI for Mobile version of the app?

This page summarizes the projects mentioned and recommended in the original post on /r/djangolearning

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • django-rest-framework

    Web APIs for Django. 🎸

  • It's fairly simple to add a REST API to your existing application by implementing Django REST Framework (or one that's come along recently I have yet to try, django-ninja, which is inspired by FastAPI). Leave your templated views alone to keep working as they do, and simply add the REST functionality elsewhere in the app, which you can then serve under some api/ URL.

  • fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  • It's fairly simple to add a REST API to your existing application by implementing Django REST Framework (or one that's come along recently I have yet to try, django-ninja, which is inspired by FastAPI). Leave your templated views alone to keep working as they do, and simply add the REST functionality elsewhere in the app, which you can then serve under some api/ URL.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • django-ninja

    💨 Fast, Async-ready, Openapi, type hints based framework for building APIs

  • It's fairly simple to add a REST API to your existing application by implementing Django REST Framework (or one that's come along recently I have yet to try, django-ninja, which is inspired by FastAPI). Leave your templated views alone to keep working as they do, and simply add the REST functionality elsewhere in the app, which you can then serve under some api/ URL.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • API framework choice?

    4 projects | /r/django | 26 May 2022
  • New package: Django REST - Typed

    3 projects | /r/django | 10 Jan 2022
  • FastAPI Got Me an OpenAPI Spec Really... Fast

    4 projects | dev.to | 22 Apr 2024
  • Django Ninja is a web framework for building APIs with Django

    1 project | news.ycombinator.com | 2 Mar 2024
  • UtilMeta Python Framework VS django-ninja - a user suggested alternative

    2 projects | 3 Feb 2024