FastAPI with SQL - Tutorial Command to start project In the root the director python3 -m venv venv mkdir src source venv/bin/activate pip install SQLAlchemy pip install fastapi[all] cd src uvicorn main:app --reload