Frontend: 🔗 Click here to View MY PORTFOLIO
Backend: 🔗 Click here to View MY SERVER
- 🎓 4th Year B.Tech | Aditya University
- 🧠 Full Stack Developer (MERN)
- 📱 Mobile Dev with React Native Expo
- ☁︎ Google Cloud Platform (GCP)
- ⚡ GeeksforGeeks Campus Ambassador (2024-25)
📬 Submits the form to the backend and sends an email to me using Nodemailer.
Folder:
/backend
- ✅ Email sending with Gmail & Nodemailer
- ✅ HTML template for clean emails
- ✅ CORS enabled
- ✅ Root route returns an HTML status page
- ✅ 404 & error middleware
A backend Node.js + Express service built to support contact form submissions via email using Nodemailer. Designed for use with a personal portfolio or contact form on the frontend.
- 🌐 RESTful API built with Express
- 📬 Email sending using Gmail and Nodemailer
- 🛡️ CORS enabled for cross-origin requests
- 🎨 Root route serves a responsive HTML status page
- ❌ Custom 404 error handling
- 🔐 Environment variable support with
dotenv
git clone https://github.com/nryadav18/nry.v2.0.git
cd backend
npm installnpm startnodemon app.js✅ Server is Running Smoothly












