https://github.com/agarwalbharat/cims
CIMS is complete Coaching institute Management System in php
https://github.com/agarwalbharat/cims
cims coaching hod mentors php students teachers
Last synced: 2 months ago
JSON representation
CIMS is complete Coaching institute Management System in php
- Host: GitHub
- URL: https://github.com/agarwalbharat/cims
- Owner: agarwalbharat
- License: apache-2.0
- Created: 2018-10-09T10:01:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T04:53:41.000Z (almost 6 years ago)
- Last Synced: 2024-10-28T00:20:40.978Z (12 months ago)
- Topics: cims, coaching, hod, mentors, php, students, teachers
- Language: PHP
- Homepage:
- Size: 118 KB
- Stars: 8
- Watchers: 0
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CIMS
CIMS is complete coaching management system in phpCIMS Stands for coaching instiute management system, it is built in php and database is mySql.
One coaching center can have many center accross the globe so cims is bulit with keeping in mind about this thingCIMS contains 7 modules
1. Super Admin (Admin of main/Head center)
2. Admin (Each Center has their own "Center Admin")
3. HOD (Each Center has subject wise HOD's)
4. Mentor (Each Batch in each center has their own mentors)
5. Teacher (Each center has their own teachers and their accounts)
6. Student (Each student of each center has different accounts)
7. Parents (Each Parent have different account)
Each Admin,hod's,mentor,teacher,student,parents have their own unique id which is provided by admin of center who register/add the student and verify their details.Each cims member of Coaching has their own functionality in cims.
By using cims parents can easily check their report and progress.
Cims include various many features like parents can make complaint to admin,teacher,hod and mentor which help parents to take care of his wardCIMS maintains an hierarchy for performing tasks. Which make it best and light weight in terms of task and server load.
# 👍 Contribution
1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -m 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request