{"id":22332524,"url":"https://github.com/theoddysey/school-management-system","last_synced_at":"2025-03-26T07:21:37.516Z","repository":{"id":249618556,"uuid":"831825230","full_name":"TheODDYSEY/School-Management-System","owner":"TheODDYSEY","description":"Student Management System is a comprehensive web application designed to streamline the management of student and staff records and is built using PHP \u0026 MySQL","archived":false,"fork":false,"pushed_at":"2024-07-21T18:04:17.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T08:43:29.023Z","etag":null,"topics":["management-system","php","server-side-rendering","sql"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheODDYSEY.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-21T18:00:13.000Z","updated_at":"2024-07-22T06:35:51.000Z","dependencies_parsed_at":"2024-07-22T09:10:00.609Z","dependency_job_id":null,"html_url":"https://github.com/TheODDYSEY/School-Management-System","commit_stats":null,"previous_names":["theoddysey/school-management-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FSchool-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FSchool-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FSchool-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FSchool-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheODDYSEY","download_url":"https://codeload.github.com/TheODDYSEY/School-Management-System/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245605904,"owners_count":20643068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["management-system","php","server-side-rendering","sql"],"created_at":"2024-12-04T04:18:31.156Z","updated_at":"2025-03-26T07:21:37.496Z","avatar_url":"https://github.com/TheODDYSEY.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Student Management System\n\n## Overview\nThe Student Management System is a web application designed to manage student and staff records efficiently. It allows administrators to add, edit, and delete student and staff information, and provides a dashboard for viewing statistics and recent activities.\n\n## Features\n- **Admin Authentication**: Secure login for administrators.\n- **Student Management**: Add, edit, delete, and view student records.\n- **Staff Management**: Add, edit, delete, and view staff records.\n- **Dashboard**: View statistics and recent activities.\n- **Responsive Design**: Ensures usability across various devices.\n\n## Technologies Used\n- **PHP**: Server-side scripting language.\n- **MySQL**: Database management system.\n- **HTML/CSS**: For structuring and styling the web pages.\n- **JavaScript**: For dynamic interactions.\n- **Chart.js**: For creating interactive charts.\n- **Bootstrap**: For responsive design (if applicable).\n\n## Installation and Setup\n\n### Prerequisites\n- XAMPP or any other web server with PHP and MySQL support.\n- Web browser.\n\n### Steps\n1. **Clone the Repository**:\n   ```sh\n   git clone https://github.com/TheODDYSEY/student_management_system.git\n   ```\n\n2. **Move to Web Server Directory**:\n   Move the cloned repository to the `htdocs` directory of your XAMPP installation.\n\n3. **Start the Web Server**:\n   Open XAMPP Control Panel and start the Apache and MySQL services.\n\n4. **Create the Database**:\n   - Open `phpMyAdmin` through your web browser (usually at `http://localhost/phpmyadmin`).\n   - Create a new database named `school_management_system`.\n   - Import the database structure from the `school_management_system.sql` file located in the root directory of the project.\n\n5. **Configure Database Connection**:\n   - Open the `includes/db.php` file.\n   - Update the database credentials if necessary:\n     ```php\n     $servername = \"localhost\";\n     $username = \"root\";\n     $password = \"\";\n     $dbname = \"school_management_system\";\n     ```\n\n6. **Access the Application**:\n   - Open your web browser and navigate to `http://localhost/school_management_system/`.\n\n\n## Usage\n\n### Admin Dashboard\n- **Statistics**: View the total number of students and staff.\n- **Recent Activities**: View recent activities such as newly added students or staff.\n\n### Student Management\n- **View Students**: See a list of all students.\n- **Add Student**: Add a new student to the system.\n- **Edit Student**: Modify existing student details.\n- **Delete Student**: Remove a student from the system.\n\n### Staff Management\n- **View Staff**: See a list of all staff members.\n- **Add Staff**: Add a new staff member to the system.\n- **Edit Staff**: Modify existing staff details.\n- **Delete Staff**: Remove a staff member from the system.\n\n### Home Page\n- **Hero Section**: Welcoming message and admin login link.\n- **Features Section**: Highlights the main features of the system.\n\n### Contact Page\n- **Contact Form**: Allows users to send a message to the admin.\n\n## Screenshots\nInclude screenshots of the main pages and features to provide a visual overview of the application.\n\n## License\nThis project is licensed under the MIT License - see the LICENSE.md file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheoddysey%2Fschool-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheoddysey%2Fschool-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheoddysey%2Fschool-management-system/lists"}