FastAPI snippets for Visual Studio Code. Inspired by flask-snippets.
| Abbreviation | Description |
|---|---|
| hw | FastAPI hello world |
| path | FastAPI GET path |
| apath | FastAPI async GET path |
| pathp | FastAPI POST path |
| apathp | FastAPI async POST path |
| sqldb | SQLAlchemy Database |
| getdb | SessionLocal Dependency |
| stup | Startup Event |
| shdn | Shutdown Event |
Feel free to submit a pull request on github
See changelog for releases