A full-stack File Uploader application built with the MERN Stack that supports:
- User Registration with Email OTP Verification
- Secure Login with JWT Authentication
- Upload files to Cloudinary
- View all uploaded files
- Protected Routes
- Modern Responsive UI
- 🔐 Authentication (Register, Login, OTP Verify)
- 📩 OTP Verification using Nodemailer
- ☁ File Upload using Cloudinary
- 🛡 Protected APIs with JWT
- 📂 MongoDB Database with Mongoose
- ⚡ React + Tailwind CSS UI
| Technology | Use |
|---|---|
| React + Vite | Frontend |
| Node.js | Backend |
| Express.js | REST APIs |
| MongoDB Atlas | Database |
| Mongoose | ODM |
| JWT | Authentication |
| Nodemailer | OTP Email Service |
| Cloudinary | File Storage |
| Tailwind CSS | UI Styling |