Skip to content

School Management System in C. It includes Student Panel, Teacher Panel and Administration Panel.

License

Notifications You must be signed in to change notification settings

aashishxetri5/School-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

School-Management-System

School Management System in C. It includes Student Panel, Teacher Panel and Administration Panel.

Project Details:

  • There will be 3 folders Student, Teacher and Administration where information of respective personnels will be stored.
  • There will be a super-admin whose login information is embedded in the source code and will be of the highest rank who can't be removed and he can assign other Admin users.
  • Each folder will have 2 files, one to store general information such as student id, fullname, DoB, Address, Grade, etc. and other to store login credentials.
  • User with Administrator account will have access to all the features of the program while other users (Student, Teacher) will have access to limited features such as viewing information of self and updatng it.

Requirements to run the project.

  • mingw or any other C compiler has to be installed in the system. Click here to download mingw for windows.
  • 3 folders named Student, Teacher and Administration inside the main folder needs to be created other wise the records won't be stored.
    • Student folder will have records of student.
    • Teacher folder will have records of teacher.
    • Administration folder will have records of administration.

About

School Management System in C. It includes Student Panel, Teacher Panel and Administration Panel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages