/FastAPi_azure

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

Primary LanguagePython

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