Skip to content

itamarco/fastapi-vercel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 fastapi-vercel-postgres

A boilerplate for deploying FastAPI applications on Vercel with PostgreSQL integration.

⚡ Quick Start

  1. Clone or fork this repository:

    git clone https://github.com/itamarco/fastapi-vercel.git
  2. Create a new project on Vercel and connect it to your repository.

  3. 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
  4. Vercel will automatically add the required environment variables to your project.

  5. Your FastAPI application is now ready to deploy! Vercel will automatically deploy your app when you push changes to your repository.

✨ Features

  • 🛠️ FastAPI framework
  • 🗄️ PostgreSQL database integration
  • 🔄 Automatic deployments via Vercel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages