Skip to content

School management system functionaliy like adding students , adding marks for each subjects for students and view report card as well for students

Notifications You must be signed in to change notification settings

SSJGoku47/school_management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core PHP School Management System Overview

This project is a Core PHP School Management System that allows for managing students, subjects, and their grades. Steps to Run the Project

  1. Download and Install XAMPP

    Download XAMPP from the official website. Install XAMPP following the installation instructions provided.

  2. Start XAMPP Control Panel

    Open the XAMPP Control Panel. Start the Apache and MySQL services.

  3. Place Your Project in the htdocs Directory

    Copy your Core PHP project folder to the htdocs directory, usually found at:

    C:\xampp\htdocs

  4. Access Your Application

    Open your web browser and navigate to:

    http://localhost/school_management/public/

    Replace school_management with the name of your project folder if necessary.

Home URL

The application can be accessed at:

http://localhost/school_management/public/

PHP version : 8.2.12

Database Setup

I have created SQL files for the database schema and dummy data queries, including cities, countries, states, and subjects. These files can be found in the sql folder of the project. SQL Files:

schema.sql: Contains the database schema for the application.
master_data.sql: Contains dummy data for countries, states, cities, and subjects.

Contact

Feel free to contact me if you encounter any issues or have questions regarding the project.

About

School management system functionaliy like adding students , adding marks for each subjects for students and view report card as well for students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published