Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 406 Bytes

File metadata and controls

25 lines (21 loc) · 406 Bytes

Movie API using FastAPI

Getting Started

This is a movie API built using FastAPI.

API relies on the following libraries

  1. Fastapi
  2. Uvicorn
  3. Mysql-connector-python
  4. Pydantic

API has the following features

  • get all movies
  • get movie by ID
  • get movie by title
  • create movie
  • update movie
  • delete movie