Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.2 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.2 KB

Student-Management-System

A simple student management system that supports basic operations including store, add, update, and delete student information.

Demo of the application:

Add a new student name Tom to the database:

image

Tom added successfully and gets his unique id:

image

Updates Tom with a new name Tom2 in the database and his id stays the same:

image

image

Delete Tom2 by its id:

image

No Tom2 in the database

image