Skip to content

lucaseverest/email-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Sender

This project was built with propose to understand Zoho Mail and Nodemailer integration.

All knowledge acquired was applied in the Bola 10 project.

Aplication in Production: emailsender-lucaseverest

📫 email: your_email

🧑‍💻 name: your_name

💻 Main Technologies

🔥 Getting Started

# clone repo
$ git clone https://github.com/lucaseverest/email-sender.git

# access folder
$ cd email-sender

# Install the dependencies
$ yarn

# database schema migration
$ yarn prisma migrate dev

# Start the project
$ yarn dev

The application can be accessed at localhost:3000.