This project is a school managment system. It is implemented in Govt Higher Secondary School Chitor Swat KPK. Some of its features are ...
Student Add/Edit/Delete. Exam marks Add/Edit/Print DMC Exam Roll No Slip, Award List generation. Login system/ Locking mechanism. Time Table of classes and vacant can be generated. Class and Subject wise exam reports can be generated.
- HTML5
- CSS3
- Javascript
- Bootstrap 5
- MySQL
- PHP 8.2
- Ajax
- Use username
guest
and passwordguest
for guest acccount. - Use username
admin
and passwordadmin
for admin account.
- Free free to suggest improvements at [email protected]
To get a local copy up and running follow these sample steps.
- A text editor(preferably Visual Studio Code). For making changes in code. Download Visual Studion Code
- A Server to host file. We need Php, Apache and mysql Stack. Wamp,Xampp,Mamp (Preferably Xampp Server) Download Xampp Server
- For Group Development. A version contoling software (Preferably Git) Download Git
- Put the 'Chitor-CMS' folder inside your 'WWW' Directory in WampServer Installtion folder.
- Or in the htdocs folder in case of XAMPP Software.
- Open mysql and import the database. the database file is available inside Database Folder.
- To install the file listed in Composer.json file. type inside cmd
$ php composer.phar update
- Or manually the following items should be installed for better code quality.
- Code Sniffer (PHP Linter) inside cmd when composer is installed.Type the following to install.
$ composer global require "squizlabs/php_codesniffer=*"
Free to use for your work
$ git clone https://github.com/waqaskanju/Chitor-LMS.git
$ cd Chitor-LMS
$ phpcbf [filename]
$ phpcs [filename]
For Real time error linter error show install "shevaua.phpcs" extension in VS Code.
$ phpcs --ignore=*/test
👤 Waqas Ahmad
- GitHub: @waqaskanju
- Twitter: @waqaskanju
- LinkedIn: @waqaskanju
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
I would like to thanks these guys for their valuable suggestions.
- Wajahat Ahmad: @WajahatKanju
- msd0pe CTF: @msd0pe
- skalvin: @skalvin
Give a ⭐️ if you like this project!
This project is MIT licensed.