$ docker-compose rm -f && docker-compose up --build app-dps compiler-dps
Running the application
$ docker-compose exec compiler-dps bash
$ go run dns.go
Running the GUI
$ docker-compose exec app-dps sh
$ npm start
Running unit tests
$ go test -cover=false ./.../
Import the project at File -> New -> Project from existing sources
Make solve dependencies
File -> Settings -> Languages & Frameworks -> Go -> Go Libraries
Running: At Intellij you will want to make some customizes like these: