Judge API Setup The first step is install poetry and then install the project dependencies $ pip install poetry $ make setup After installing poetry and the dependencies, you need to start docker. $ docker-compose up -d After this, run the project. $ make run