Web-based Student Management
System
Course: T101 - Tele Demo Course
Created: June 26, 2025
Problem Statement
Design and implement a web-based Student Management System that allows
users to perform basic CRUD (Create, Read, Update, Delete) operations on
student records. The frontend should be developed using React and styled with
HTML, CSS, and Bootstrap to ensure a clean and responsive user interface. The
backend should be built using Express.js, exposing RESTful API endpoints to
handle requests and interact with a MySQL database for persistent storage of
student information such as name, email, and course. The system should include
input validation, modular code organization, and follow best practices in API design
and component-based architecture.
Knowledge Topics
• MySQL CRUD Operations
• Form Validation
• React State Management
Scoring Rubric
Assessment Aspect Marks
Database Schema Design 25 marks
API Endpoint Implementation 30 marks
Frontend Component Architecture 45 marks
Additional Resources
■ Supporting Document: e-commerce_SRS.pdf
■ Video Tutorial: https://www.youtube.com/watch?v=HISRUrJsD08
Generated on June 26, 2025 at 03:00 PM