Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bramses/switchboard
OpenAI Plugins Template using OpenAPI spec and FastAPI
https://github.com/bramses/switchboard
fastapi vercel
Last synced: about 1 month ago
JSON representation
OpenAI Plugins Template using OpenAPI spec and FastAPI
- Host: GitHub
- URL: https://github.com/bramses/switchboard
- Owner: bramses
- Created: 2023-04-19T05:07:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-20T02:36:48.000Z (over 1 year ago)
- Last Synced: 2024-05-02T01:23:49.697Z (7 months ago)
- Topics: fastapi, vercel
- Language: Python
- Homepage: https://switchboard.vercel.app
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# switchboard
## runing
1. `poetry shell`
2. `poetry install`
3. `uvicorn main:app --reload`## deploy
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fbramses%2Fswitchboard&env=API_KEY&envDescription=api%20bearer%20token&envLink=https%3A%2F%2Fgithub.com%2Fbramses%2Fswitchboard%2Fblob%2Fmain%2F.env.example&demo-title=switchboard&demo-description=an%20example%20of%20switchboard&demo-url=https%3A%2F%2Fswitchboard.vercel.app%2Fdocs)