An enterprise-grade consultancy platform designed for Indian study-abroad aspirants. Built with Next.js 14, Tailwind CSS, and MongoDB Atlas.
🔗 Live Application: rk-consultancy.vercel.app
The application is built to Elite Professional Standards (9.5/10 Audit Rating):
- Automated CI/CD: GitHub Actions pipeline for linting, building, and security checks on every push.
- Unit Testing Suite: Comprehensive tests for mission-critical security modules (Rate Limiting, Auth).
- Adaptive Marketing Engine: SEO-optimized public landing page that seamlessly converts guests to authenticated users.
- Secure Authentication: JWT-based session management using
joseandbcryptjsfor military-grade password hashing. - Bot & Brute-Force Defense: Custom IP-based Rate Limiting on all Auth API routes (Middleware-managed).
- Email Verification: Live transactional email pipeline using the Resend SDK for account activation.
- NoSQL Injection Protection: Aggressive data sanitization and schema validation via Zod.
- Data Integrity: Mongoose-driven models with unique constraints and verification states.
- QS 2026 Comparison Engine: Real-time search and comparison across 200+ global universities.
- Smart Scholarship Finder: Automated eligibility matching for premium scholarships.
- Visa Information Hub: Country-specific guides for USA, UK, Canada, Australia, and Germany.
- Mobile Native PWA: Full Service Worker integration for a natively installable mobile experience.
- Enterprise Telemetry: Built-in Vercel Analytics and Speed Insights for real-time monitoring.
- Framework: Next.js 14 (App Router)
- Styling: Tailwind CSS
- Database: MongoDB Atlas with Mongoose
- Email: Resend
- Icons: Lucide React
- Deployment: Vercel Edge Network
-
Clone the repository:
git clone https://github.com/reavanthchowdary62-pixel/rk_consultancy.git
-
Install dependencies:
npm install
-
Set up Environment Variables: Create a
.env.localfile with:MONGODB_URI=your_mongodb_uri JWT_SECRET=your_jwt_secret RESEND_API_KEY=your_resend_key
-
Run the development server:
npm run dev
- Privacy Policy: View
/privacy - Terms of Service: View
/terms
Designed & Developed by RK Consultancy Team.