# clone this repository
$ git clone https://github.com/Juudini/microservices_launcher
# move to project directory
$ cd microservices_launcher
# install dependencies
$ npm install
# rebuild the sub-modules
$ git submodule update --init --recursive
# up docker's
$ docker compose up --build
Make sure you have the .env
file in the root folder.