Giter Site home page Giter Site logo

app-generator / devtool-django-dynamic-api Goto Github PK

View Code? Open in Web Editor NEW
1.0 5.0 0.0 25.5 MB

Django Dynamic API - Developer Tool | AppSeed

Home Page: https://appseed.us/developer-tools/django-dynamic-api/

License: Other

Shell 0.01% Dockerfile 0.03% Python 1.67% CSS 37.31% JavaScript 1.49% SCSS 39.41% HTML 20.08%
appseed django django-api dynamic-programming open-source

devtool-django-dynamic-api's Introduction

This tool aims to provide a secure, production-ready API via DRF (Django REST Framework) using the developer's minimum amount of code. For newcomers, Django is a leading backend framework used to code from simple websites and API's to complex eCommerce solutions. DRF (Django REST Framework) is the most popular library for developing secure API services.


Video Presentation

django-soft-dynamic-services-001.mp4

How It works

As mentioned above, the Dynamic API tool aims to enable a secured API service on top of any Django codebase with a minimum effort. Here are the steps:

  • Define a new model in the project (an old one can be also used)
  • Execute the database migration to create/update the associated tables
  • Update the configuration to enable the Dynamic API over the model
  • Start the app
  • Access the Dynamic API Service

For instance, if the new model managed by the Dynamic API is called books, the associate API is exposed at /api/books/


Status Item info
โœ… New Models Definition in apps/models -
โœ… The app is saved in apps/dyn_api -
โœ… Models enabled in core/settings.py via DYNAMIC_API variable -
โœ… The project exposes automatically a CRUD API over the new model -
โœ… Path of the service: /api/products/ In case the new model is Products
โœ… The API is powered via DRF using best practices -


Django Dynamic API - Developer tool provided by AppSeed

devtool-django-dynamic-api's People

Contributors

app-generator avatar mchoopani avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

devtool-django-dynamic-api's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.