You started the docker-compose for the react front
$ docker-compose up --buildThen you started the server Golang
$ cd server
$ make runI did the first microservice. The first microservice makes it possible to put a task visible or not. It was my first time with Golang.