Resumex is a modern, full-stack application for creating professional, ATS-friendly resumes in minutes.
- Real-time editor with instant preview.
- Multiple templates (Classic, Modern, Minimal).
- Secure user accounts with JWT authentication.
- PDF export and dashboard management.
-
Clone
git clone https://github.com/v9mirza/Resumex cd Resumex -
Backend
cd backend && npm install # Create .env (example) echo "PORT=3000\nMONGO_URI=mongodb://localhost:27017/resumex\nJWT_SECRET=secret" > .env npm start
-
Frontend
cd frontend && npm install && npm run dev
To access the admin panel, you must manually update your user's role to admin directly in the MongoDB database.
See PROJECT_STRUCTURE.md for architecture details.
Made by v9mirza | MIT License