Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
13 views2 pages

Web-Based Student Management System Problem

The document outlines the design and implementation of a web-based Student Management System for a Tele Demo Course, focusing on CRUD operations for student records. It specifies the use of React for the frontend and Express.js for the backend, with a MySQL database for data storage. The scoring rubric includes criteria for database schema design, API endpoint implementation, and frontend component architecture.

Uploaded by

Sandhya Rani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views2 pages

Web-Based Student Management System Problem

The document outlines the design and implementation of a web-based Student Management System for a Tele Demo Course, focusing on CRUD operations for student records. It specifies the use of React for the frontend and Express.js for the backend, with a MySQL database for data storage. The scoring rubric includes criteria for database schema design, API endpoint implementation, and frontend component architecture.

Uploaded by

Sandhya Rani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

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

You might also like