The provided .env file has pre-populate data to work with dockerized version.
execute the following:
docker-compose build
docker-compose up
In case you don't have docker installed, you need to install the following:
Run the server first:
make service
there is a bunch of tools in Makefile
make install
make lint
make test
make service