/StudentManagement

This is a basic version of a Student Management System, where Students can get themselves registered and Admin can view/manage their details.

Primary LanguagePHP

  • Features:

    • Entities
      • Admin (Can view/delete students in the institute)
      • Student (Can register/view own details)
    • Landing Page (for sign/registration purpose)
    • Can add various panels(like attendance/marksheet update/mar points details)
    • Rest of the Features you've to explore...
  • To run this project, follow this steps:

    • Step 1 : Download the project
    • Step 2 : Make a directory named 'profile_pictures', to fetch the profile pictures
    • Step 3 : Export the database structure in phpmyadmin named 'studentmgmtsys.sql'
    • Step 4 : Run in localhost, www.localhost/studentmgmtsys/
    • Step 5 : Done

Note : WAMP Server is preferable, install it.

Landing Page: image

Registration Panel: image

Admin Dashboard: image

Admin Profile: image

Admin - Manage Students: image

Student Dashboard: image

Student Profile: image