Movie API using FastAPI Getting Started This is a movie API built using FastAPI. API relies on the following libraries Fastapi Uvicorn Mysql-connector-python Pydantic API has the following features get all movies get movie by ID get movie by title create movie update movie delete movie