Skip to content

barteksad/TikiTok

Repository files navigation

TikiTok

To start the database and services run:

docker compose up --build

To 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