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

https://github.com/jtemporal/fastapi_101

https://slides.com/jtemporal/fastapi-101
https://github.com/jtemporal/fastapi_101

Last synced: 30 days ago
JSON representation

https://slides.com/jtemporal/fastapi-101

Awesome Lists containing this project

README

          

# FastAPI 101

Introduction to FastAPI

## Setup

```console
pip install -r requirements.txt
```

## Running

```
uvicorn application.quotes:app --reload
```