This is FastAPI example app deployed on Vercel.
- Vercel account
- Vercel CLI
git clone && cd fastapi-vercel
- (Recommended) Create a virtual environment and activate it
python -m venv env
source env/bin/activate
- Install dependencies
pip install -r requirements.txt
- Deploy to Vercel
vercel