Usage

Make sure to install docker first https://www.docker.com/products/docker-desktop. After you installed docker run these commands

docker-compose up -d

Then after the images are pulled and are running run this command

docker exec backend /bin/sh start.sh

The API is ready to be consumed on http://localhost:8000