An enterprise-grade, full-stack management suite and informative platform designed for Karunesh Kumar & Associates. This system synchronizes a professional public presence with a sophisticated Role-Based Access Control (RBAC) internal architecture.
The platform utilizes an API-centric PHP architecture to ensure high performance and maintainable code.
- Request Handling: The system processes incoming requests through a centralized controller.
- Authentication Layer: Secure login triggers a JWT (JSON Web Token) generation, ensuring stateless and secure user sessions across the three dashboards.
- Intelligence Processing: Client queries through the chatbot are routed via a PHP middleware to the Groq LPU™, delivering sub-500ms AI responses.
- Data Persistence: Relational data is managed via MySQL with optimized indexing for fast retrieval of blog and user records.
Developing a high-stakes system for an accounting firm required solving several technical hurdles:
- Challenge: Implementing secure authentication on a shared MilesWeb environment without relying on vulnerable server-side sessions.
- Solution: Developed a custom JWT implementation. By using signed tokens, the system remains stateless, secure, and immune to traditional session hijacking.
- Challenge: Integrating a high-performance AI assistant that doesn't slow down the user experience.
- Solution: Leveraged the Groq Cloud API for its ultra-low latency LPU (Language Processing Unit) inference, ensuring the chatbot provides instant professional guidance.
- Challenge: Managing distinct access levels for three different user types (Admin, Staff, Client).
- Solution: Engineered a robust Role-Based Access Control (RBAC) middleware that validates the JWT payload before granting access to specific dashboard components.
- Frontend: HTML5, CSS3, JavaScript (ES6+)
- Backend: PHP 8.x (Modular functional logic)
- Database: MySQL 8.0
- AI Engine: Groq Cloud API (Llama-3 / Mixtral)
- Hosting: Optimized for MilesWeb (Linux/cPanel)
git clone [https://github.com/Vibhav11Krishna/karunesh-kumar-associates.git](https://github.com/Vibhav11Krishna/karunesh-kumar-associates.git)
cd karunesh-kumar-associates


