Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jookie/api
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jookie/api
- Owner: jookie
- Created: 2024-08-15T18:59:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T20:17:06.000Z (3 months ago)
- Last Synced: 2024-10-11T20:32:33.105Z (about 1 month ago)
- Language: Python
- Homepage: https://vercel.com/dovpeles-projects/api-jojo
- Size: 43.9 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%2Fhello-world&demo-title=Python%20Hello%20World&demo-description=Use%20Python%20on%20Vercel%20with%20Serverless%20Functions%20using%20the%20Python%20Runtime.&demo-url=https%3A%2F%2Fpython-hello-world.vercel.app%2F&demo-image=https://assets.vercel.com/image/upload/v1669994600/random/python.png)
# Python Hello World
This example shows how to use Python on Vercel with Serverless Functions using the [Python Runtime](https://vercel.com/docs/concepts/functions/serverless-functions/runtimes/python).
## Demo
[Project](https://api-jojo-dovpeles-projects.vercel.app/api)
[VERCEL dashboard](https://vercel.com/dovpeles-projects)## Running Locally
```bash
vercel dev
```Your Python API is now available at `http://localhost:3000/api`.
## 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%2Fhello-world&demo-title=Python%20Hello%20World&demo-description=Use%20Python%20on%20Vercel%20with%20Serverless%20Functions%20using%20the%20Python%20Runtime.&demo-url=https%3A%2F%2Fpython-hello-world.vercel.app%2F&demo-image=https://assets.vercel.com/image/upload/v1669994600/random/python.png)