Skip to content

Commit d6e2774

Browse files
authoredDec 18, 2022
Update README.md
1 parent d901840 commit d6e2774

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed
 

‎README.md

+33-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,42 @@
1+
<p align="center">
2+
<img width="100px" src="https://raw.githubusercontent.com/hebertcisco/vercel-typescript-express-api/cebd0c563141a4cc7d279997b8cb5dd9232d7591/.github/images/favicon512x512-vercel-typescript-express-api.png" align="center" alt=":package: deploy-python-fastapi-in-vercel" />
3+
<h2 align="center">:package: deploy-python-fastapi-in-vercel</h2>
4+
<p align="center">This example shows how to use FastApi on Vercel with Serverless Functions using the Python Runtime.</p>
5+
</p>
6+
7+
<p align="center">
8+
<a href="https://github.com/hebertcisco/deploy-python-fastapi-in-vercel/issues">
9+
<img alt="Issues" src="https://img.shields.io/github/issues/hebertcisco/deploy-python-fastapi-in-vercel?style=flat&color=336791" />
10+
</a>
11+
<a href="https://github.com/hebertcisco/deploy-python-fastapi-in-vercel/pulls">
12+
<img alt="GitHub pull requests" src="https://img.shields.io/github/issues-pr/hebertcisco/deploy-python-fastapi-in-vercel?style=flat&color=336791" />
13+
</a>
14+
<br />
15+
<a href="https://github.com/hebertcisco/deploy-python-fastapi-in-vercel/issues/new/choose">Report Bug</a>
16+
<a href="https://github.com/hebertcisco/deploy-python-fastapi-in-vercel/issues/new/choose">Request Feature</a>
17+
</p>
18+
<h3 align="center">Systems on which it has been tested.</h3>
19+
<p align="center">
20+
<a href="https://ubuntu.com/download">
21+
<img alt="Ubuntu" src="https://img.shields.io/badge/Ubuntu-E95420?style=flat&logo=ubuntu&logoColor=white" />
22+
</a>
23+
<a href="https://www.microsoft.com/pt-br/software-download/windows10">
24+
<img alt="Windows" src="https://img.shields.io/badge/Windows-0078D6?style=flat&logo=windows&logoColor=white" />
25+
</a>
26+
</p>
27+
<p align="center">Did you like the project? Please, considerate <a href="https://www.buymeacoffee.com/hebertcisco">a donation</a> to help improve!</p>
28+
29+
<p align="center"><strong></strong>✨</p>
30+
31+
# Getting started
32+
133
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fhebertcisco%2Fdeploy-python-fastapi-in-vercel%2Ftree%2Fmain%2Fpython%2FFastApi&demo-title=FastApi%20%2B%20Vercel&demo-description=Use%20FastApi%202%20on%20Vercel%20with%20Serverless%20Functions%20using%20the%20Python%20Runtime.&demo-url=https%3A%2F%2FFastApi-python-template.vercel.app%2F&demo-image=https://fastapi.tiangolo.com/img/logo-margin/logo-teal.png)
234

335
# FastApi + Vercel
436

537
This example shows how to use FastApi 0.88.0 on Vercel with Serverless Functions using the [Python Runtime](https://vercel.com/docs/concepts/functions/serverless-functions/runtimes/python).
638

7-
[![Python testing](https://github.com/hebertcisco/deploy-python-fastapi-in-vercel/actions/workflows/python-app.yml/badge.svg)](https://github.com/hebertcisco/deploy-python-fastapi-in-vercel/actions/workflows/python-app.yml)
39+
[![Python testing](https://github.com/hebertcisco/deploy-python-fastapi-in-vercel/actions/workflows/python-app.yml/badge.svg?branch=main)](https://github.com/hebertcisco/deploy-python-fastapi-in-vercel/actions/workflows/python-app.yml)
840

941
## Demo
1042

0 commit comments

Comments
 (0)