Code Monkey home page Code Monkey logo

fastapi-django-integration's Introduction

FastAPI-Django API

What is the FastAPI? FastAPI is a python-framework which is faster than Flask for APIs. It is useful to create a RESTful API. In this Project I have created an API which utilizes the following methods:

  1. HTTP GET
  2. HTTP POST
  3. HTTP DELETE
  4. HTTP PATCH

These methods are implemented and they directly change the data using Django-ORM. The table mentioned in the models change with the methods.

Why FastAPI?

Django Rest Framework is the go-to library for APIs of larger dimensions and projects. FastAPI allows the developer to implement smaller APIs faster. MicroAPIs can be easily implemented with FastAPI. The integration of FastAPI is simpler and routing can be done in a clean and neat way. Multiple API Routers can be established using FastAPI.

How is FastAPI Integrated?

The FastAPI can be interfaced with Django by mounting the features of API onto the ASGI/WSGI file. The specific instructions of setting the WSGI/ASGI is explained in the file TestingProject/asgi.py. WSGI --> Webserver Gateway Interface.

Currently there is a limitation to integrating ASGI to the API. FastAPI doesnot natively support ASGI integration currently.

For middleware references check out : https://fastapi.tiangolo.com/tutorial/middleware/

How to start the project and get it running?

Step 1: Clone the repository Step 2: Establish the Virtual Environment using Python or Conda Step 3: Install the command using pip Step 4: Run the app using command 4

1> git clone https://github.com/AbhijithGanesh/FastAPI-Django-Integration
2> python -m venv VirtualEnvironment
3> pip install -r requirements.txt
4> manage.py makemigrations
5> manage.py migrate
6> manage.py createsuperuser
7> uvicorn TestingProject.asgi:app --debug

fastapi-django-integration's People

Contributors

abhijithganesh avatar dependabot[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.