An open API service indexing awesome lists of open source software.

https://github.com/andreyhuey/fastapi-template


https://github.com/andreyhuey/fastapi-template

Last synced: 3 months ago
JSON representation

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`