I am developing a web-based platform to support job seeker. The codebase should be clean, modular, and ready for future expansion—think micro-service-friendly backend (REST or GraphQL), a modern component front-end, and clear separation of concerns so I can bolt on future modules like job boards or applicant tracking without rewrites. Feel free to recommend the stack (Node, Django, Laravel, React, Vue, etc.); just ensure the choices support scalability, security, and straightforward deployment. Deliverables • Source code for front-end, back-end, and database schema • Fully tested 2FA flow covering registration, login, recovery, and device management • Deployment scripts (Docker, Compose, or equivalent) plus a concise README for local and cloud setup Acceptance criteria 1. New users finish 2FA setup before first successful login. 2. Returning users cannot reach the dashboard without passing 2FA. 3. Sensitive data is encrypted in transit and at rest. 4. The entire project builds, tests, and deploys with a single command.