For sending emails set EMAIL_HOST, EMAIL_PORT, EMAIL_HOST_USER, EMAIL_HOST_PASSWORD and EMAIL_USE_SSL in local.env file. If you using gmail enable less secure app access.
make up
- Run in docker-composemake down
- Stop and remove docker-compose servicesmake lint
- Run lintermake format
- Run auto-formatter for src/make test
- Run tests