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
- Host: GitHub
- URL: https://github.com/jtemporal/fastapi_101
- Owner: jtemporal
- Created: 2021-02-27T19:54:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-25T14:00:46.000Z (about 5 years ago)
- Last Synced: 2025-01-12T18:35:26.679Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastAPI 101
Introduction to FastAPI
## Setup
```console
pip install -r requirements.txt
```
## Running
```
uvicorn application.quotes:app --reload
```