Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.37 KB

README.md

File metadata and controls

18 lines (16 loc) · 1.37 KB

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.