$ ln -s .env.example .env
$ docker compose upVisit:
$ docker compose up --scale auth=2 --scale user=2By default, the mail service is disabled in order to minimize the number of
steps needed to run the project for the first time. Enabling the mail
service requires setting the MAIL_ENABLED variable in the .env file to
a non-empty value. Additionally, the SMTP_* variables must be set to
values appropriate to the SMTP (Simple Mail Transfer Protocol) server being
used.
Starting the ELK stack
$ docker compose --profile elk upVisit:
$ go -C user-service test ./tests/
$ go -C auth-service test ./tests/
$ go -C encounter-service test ./tests/$ go -C user-service test -tags=integration ./tests/ -v
$ go -C auth-service test -tags=integration ./tests/ -v$ ./tools/run-load-tests.sh$ ./tools/gen-docs.sh