Make sure you have Docker and Docker-Compose installed on your machine!
But, if you haven't installed it yet, I recommend the links below for installation using Ubuntu 20.04:
Install Docker: Click here!
Install Docker-compose: Click here!
Run to build the docker image and install dependences:
make build
Now, whenever you want to go up to the API, run the command:
make up
If you want to run the tests:
make rspec