An open API service indexing awesome lists of open source software.

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

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.