stalin12 / fastapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fastapi

FASTAPI provides us REST APIs and it uses UVICORN to deploy the service and provide the response

Steps to configure:

  1. Install fastapi uvicorn: pip3 install fastapi uvicorn
  2. Write a main.py file
  3. execute uvicorn main:app --reload

The default port will be 8000.

The url will be http://localhost:8000

About


Languages

Language:Python 100.0%