/fastapi-vercel

A FastAPI example app deployed on Vercel

Primary LanguageHTML

FastAPI on Vercel Example

This is FastAPI example app deployed on Vercel.

Requirements

Setup

  1. git clone && cd fastapi-vercel
  2. (Recommended) Create a virtual environment and activate it
python -m venv env

source env/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Deploy to Vercel
vercel