auth-with-email-code-validation

This repo will be implementing basic authentication API. Each account will have to be validated with code sent via email by our server.

To simulate email validation process please find below the mailtrap credentials:

Once connected click:

  • Sandbox > inboxes

Build image & compose

docker-compose up -d

Restart container

docker restart or

Rebuild

docker-compose build --no-cache

Delete image

docker image rm

docker inspect

docker exec -it sh

#docker-compose up --build