Before running this service, you must setup your secret. This secret is used as encryption key in order to save your email credentials on database. Be careful: don't use the default value.
To do that, go to docker-compose.yaml and change the following value:
environment:
JwtSecret: "change this value" # This line is your Jwt Token symetric key
PasswordSecret: "change this value" # This line is your Password Secret Key (used to encrypt your password on database)
After running the code below, you can access the service by accessing http://localhost:4000
docker compose up -d
After running, you can see the endpoint definitions in http://localhost:4000/swagger/index.html