This Email Registration System allows users to enter their name and email, stores the data in a MySQL database, and sends a confirmation email. It uses MailHog for safe local email testing, making it ideal for development and demo purposes.
- Frontend: AngularJS
- Backend: Node.js + Express
- Database: MySQL (via MySQL Workbench)
- Email Service: MailHog (SMTP testing server)
- Tools: VS Code, GitHub
- cd backend
- node server.js
- brew install mailhog
- mailhog
- npx http-server . or touch index.html app.js
https://drive.google.com/file/d/1nuAaSZiMJdThyUwOHfAeJoEZ7pX0XUzZ/view?usp=sharing