Make sure to install docker first https://www.docker.com/products/docker-desktop. After you installed docker run these commands
docker-compose up
Then after the images are pulled and are running open a new terminal tab and run
docker exec backend /bin/sh start.sh
The API is ready to be consumed on http://localhost:8000