Auto-Track is a vehicle management and tracking system that helps users and admins manage vehicle details, upload documents, and receive automated reminders before expiry.
Built with MERN Stack (MongoDB, Express.js, React.js, Node.js).
- Register & Login securely (JWT authentication).
- Add and view vehicles (vehicle number, type, created date, etc.).
- Manage multiple email addresses for receiving expiry notifications.
- Receive automated email alerts before vehicle document expiry.
- Simple and clean dashboard to view and manage vehicles.
- Secure admin authentication.
- View all users.
- Add/Edit/Delete vehicles for specific users.
- Manage vehicle records efficiently from an admin dashboard.
- Frontend: React.js (Vite), Axios, Yup validation
- Backend: Node.js, Express.js
- Database: MongoDB
- Authentication: JWT (JSON Web Token), bcrypt
- Email Notifications: Nodemailer + Cron jobs
- Deployment: Render (Backend,Frontend)
- Clone the repository
git clone https://github.com/Himanshu-tayade/Auto-Track.git cd auto-track