vandewilly / FastAPi_azure

This project is an example of how to deploy a FastAPI application to Azure using Azure Functions and Azure Cosmos DB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastAPI_azure

Creating a FAST API service on azure

Confiuration

  1. create virtualenv virtualvenv venv
  2. run source venv/bin/activate
  3. run pip install -r requirements.txt

running FAST API

run the following command to start uvicorn api.main:app --reload

About

This project is an example of how to deploy a FastAPI application to Azure using Azure Functions and Azure Cosmos DB.


Languages

Language:Python 100.0%