Add backend validation, file upload, and Nodemailer for contact form#167
Add backend validation, file upload, and Nodemailer for contact form#167gaurivvv wants to merge 1 commit intololpanda2004:mainfrom
Conversation
gaurivvv
commented
Sep 8, 2025
- Added backend validation for name, email, and message fields
- Implemented file upload support (PDF/DOCX) using Multer
- Integrated Nodemailer to send emails upon form submission
- Enhanced security with CORS, rate limiting, and helmet headers
- Tested API using Thunder Client
|
@gaurivvv is attempting to deploy a commit to the LolPanda2004's projects Team on Vercel. A member of the Team first needs to authorize it. |
Thanks for creating a PR for your Issue!
|
|
@gaurivvv there are branch conficts |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Hi @team, The backend for the contact form has been fully implemented and tested. Features include: Validation for name, email, and message fields |