Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alessandrodealmeida2/app_flask
Conversor de moedas feito com Flask
https://github.com/alessandrodealmeida2/app_flask
flask flask-application python3
Last synced: 3 days ago
JSON representation
Conversor de moedas feito com Flask
- Host: GitHub
- URL: https://github.com/alessandrodealmeida2/app_flask
- Owner: AlessandrodeAlmeida2
- Created: 2023-11-08T16:58:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T16:52:25.000Z (8 months ago)
- Last Synced: 2024-11-13T20:15:54.962Z (3 days ago)
- Topics: flask, flask-application, python3
- Language: HTML
- Homepage: https://api-three-lac.vercel.app
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fexamples%2Ftree%2Fmain%2Fpython%2Fflask3&demo-title=Flask%203%20%2B%20Vercel&demo-description=Use%20Flask%203%20on%20Vercel%20with%20Serverless%20Functions%20using%20the%20Python%20Runtime.&demo-url=https%3A%2F%2Fflask3-python-template.vercel.app%2F&demo-image=https://assets.vercel.com/image/upload/v1669994156/random/flask.png)
# Link para visualizar o porjeto
https://api-87jdxhqrg-alessandro-de-almeidas-projects.vercel.app/
# Flask + Vercel
This example shows how to use Flask 3 on Vercel with Serverless Functions using the [Python Runtime](https://vercel.com/docs/concepts/functions/serverless-functions/runtimes/python).
## Demo
https://flask3-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
```bash
npm i -g vercel
vercel dev
```Your Flask application is now available at `http://localhost:3000`.
## One-Click Deploy
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=vercel-examples):
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fexamples%2Ftree%2Fmain%2Fpython%2Fflask3&demo-title=Flask%203%20%2B%20Vercel&demo-description=Use%20Flask%203%20on%20Vercel%20with%20Serverless%20Functions%20using%20the%20Python%20Runtime.&demo-url=https%3A%2F%2Fflask3-python-template.vercel.app%2F&demo-image=https://assets.vercel.com/image/upload/v1669994156/random/flask.png)