Basic API using FastAPI Basic API with FastAPI Authors @edderleonardo Run Locally Clone the project git clone git@github.com:edderleonardo/BasicFastAPI.git Go to the project directory cd booksAPI Install dependencies pip install -r requirements.txt Start the server uvicorn "main:app" --reload Visit http://localhost:8000/docs