|
Size: 828
Comment:
|
Size: 959
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 6: | Line 6: |
| FastAPI works OK without uv. You can build, install, and run FastAPI projects using traditional tools like pip, venv, and poetry |
FastAPI
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints.
FastAPI works OK without uv. You can build, install, and run FastAPI projects using traditional tools like pip, venv, and poetry
main.py
Install
Run
uv run fastapi dev
