Swagger docs at /api
endpoint
RESEND_API_KEY
PLUNK_API_KEY
- Contains two email providers for emailing Resend and usePlunk
- Has a retry machanism
- Has status tracking of emails sent or not sent
- Has duplicate send prevention
local setup & start
pnpm install
pnpm run start
docker compose build
docker compose up -d
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
# unit tests
$ pnpm run test
# test coverage
$ pnpm run test:cov
- Build in nestjs
- Read the Resend docs
- Read the useplunk docs