The new version of the tool has been dockerized and is made into a monorepo.
The current issue is that when backend server starts, the mongodb instance has not started yet and it generates an error that stops the docker from running.
I tried to solve this issue using docker-compose-wait but could not get it to work.
You can find the latest code here: https://gerrit.wikimedia.org/g/labs/tools/VideoCutTool/+/366a3fa9a465eb1eeec66d128f8f64c3ba63b83a
