A boilerplate for deploying FastAPI applications on Vercel with PostgreSQL integration.
-
Clone or fork this repository:
git clone https://github.com/itamarco/fastapi-vercel.git
-
Create a new project on Vercel and connect it to your repository.
-
Set up a PostgreSQL database in your Vercel project:
- Go to the "Storage" tab in your Vercel dashboard
- Create a new PostgreSQL database
- Connect it to your project
-
Vercel will automatically add the required environment variables to your project.
-
Your FastAPI application is now ready to deploy! Vercel will automatically deploy your app when you push changes to your repository.
- 🛠️ FastAPI framework
- 🗄️ PostgreSQL database integration
- 🔄 Automatic deployments via Vercel