https://github.com/andreyhuey/fastapi-template
https://github.com/andreyhuey/fastapi-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreyhuey/fastapi-template
- Owner: Andreyhuey
- Created: 2024-06-20T10:27:54.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-07-03T11:23:37.000Z (11 months ago)
- Last Synced: 2025-01-18T14:54:05.394Z (5 months ago)
- Language: Python
- Homepage: https://fastapi-template-sepia.vercel.app
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Deploying fastapi backend on vercel
[deploying fastapi app on vercel serverless](https://dev.to/abdadeel/deploying-fastapi-app-on-vercel-serverless-18b1)
## Tutorial Links
[Youtube Tutorial on FASTAPI](https://www.youtube.com/playlist?list=PLqAmigZvYxIL9dnYeZEhMoHcoP4zop8-p)
## Scripts
Inorder to start this server
use `fastapi dev main.py` or `uvicorn main:app --reload`