https://github.com/iamfaizankhalid/sms
A simple PHP based school management system
https://github.com/iamfaizankhalid/sms
mysql php school-management-system university-project
Last synced: 7 months ago
JSON representation
A simple PHP based school management system
- Host: GitHub
- URL: https://github.com/iamfaizankhalid/sms
- Owner: IamFaizanKhalid
- License: mit
- Created: 2022-12-31T14:42:53.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T17:00:54.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T01:11:38.788Z (9 months ago)
- Topics: mysql, php, school-management-system, university-project
- Language: PHP
- Homepage:
- Size: 1.38 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# School Management System
## Pre-requisites
- `docker-compose`## Getting started
- Edit _app/includes/globalVars.php_ to set different options like school name and database config.
- Run `docker-compose up -d --build` to set up database and Apache HTTP Server.
- Visit http://localhost:8080
- Login with `admin` as the username and the password.
- All set. Enjoy!### Notes
- These can be added independently:
`Teachers`, `Admins`, `Subjects`, `Exams`
- Class depends on an in-charge (teacher).
- Student depends on a class.