Using nodemailer to sent an anime girl picture to your email.
Sneak peek of what you will receive
First I want to learn how to sent an email using node.js, then I thought, what should I sent to the receiver? So I think sent them an anime girl would be funny. In this project I have learn about what is a mono-repo, how to unit-test with jest and supertest and write an e2e test using playwright. Also learn about github actions.
- Next.js
- TailwindCSS
- Node.js
- Nodemailer
- Jest
- Playwright
- Install dependencies
pnpm install
- Running in development mode
pnpm dev
- Running e2e test with playwright
pnpm test:e2e