$ npm install
$ npm run test
You can start mailhog:
$ docker-compose up -d
Access to mailhog: http://127.0.0.1:8025/
$ export SMTP_URL="smtp://user:[email protected]:1025/?pool=true"
user
and password
must be
url encoded.
$ npm run watch
Access to Swagger docs: http://127.0.0.1:5000/docs/