Back to Projects

VidyaNetra — Education Analytics Platform

An intelligent MERN stack education dashboard for tracking and visualizing student academic performance. Features role-based auth, real-time analytics, and admin control panels.

VidyaNetra — Education Analytics Platform

Backend Highlights

Role-Based AuthMongoDB ModelsREST APIAsync OperationsAdmin Panel

Challenge: Educational institutions needed a unified platform to monitor student performance across subjects with role-specific access for students, teachers, and administrators.

Solution: Built a full MERN stack application with JWT-based role authentication, MongoDB document models for flexible academic data, and Express REST APIs consumed by a React dashboard with Chart.js visualizations.

Backend Highlights: Mongoose schema design for students, courses, and grades. Middleware-based auth guards on protected routes. Async/await throughout the Node.js service layer. Scalable MongoDB aggregation pipelines for analytics queries.

Tech Stack

ReactNode.jsExpressMongoDBJWTChart.js