To start the database and services run:
docker compose up --buildTo upload a sample video with title title run:
curl -F "file=@{path to video}" http://localhost:8001/upload/{title}e.g.
curl -F "file=@/Downloads/movie.mp4" http://localhost:8001/upload/IronMan