likesrt / vercel-flask

Home Page:https://vercel-flask-ruddy.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy with Vercel

Flask + Vercel

此示例说明如何使用 Python 运行时在 Vercel 上将 Flask 3 与无服务器函数结合使用。 This example shows how to use Flask 3 on Vercel with Serverless Functions using the Python Runtime.

Demo

https://flask-python-template.vercel.app/

How it Works

This example uses the Web Server Gateway Interface (WSGI) with Flask to enable handling requests on Vercel with Serverless Functions.

Running Locally

npm i -g vercel
vercel dev

Your Flask application is now available at http://localhost:3000.

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel

About

https://vercel-flask-ruddy.vercel.app


Languages

Language:Python 100.0%