/python-fastapi

A FastAPI app

Primary LanguagePython

FastAPI Application

docs.png

Instructions

  • Install the dependencies
virtualenv -p python3 .env 
source .env/bin/activate
pip install -r -requirements.txt
  • Start the API
uvicorn app:app --reload