A secure and modular full-stack login system built with Express.js, MongoDB, and JWT, with a responsive frontend powered by Vite + React + Tailwind CSS. Features include user authentication, protected routes using HTTP-only cookies, and clean component-based structure for rapid integration.
- ✅ User Signup & Login
- ✅ JWT-based Authentication
- ✅ HTTP-only Cookies for Secure Sessions
- ✅ Middleware-Protected Routes
- ✅ TailwindCSS-based Responsive Frontend
- ✅ Vite + React Dev Environment
- ✅ Express + MongoDB Backend (Mongoose)
| Frontend | Backend |
|---|---|
| React (via Vite) | Node.js (Express) |
| Tailwind CSS | MongoDB (Mongoose) |
| Axios | JWT + Cookies |