This is a School Database Management System (SDMS), it's a comprehensive software solution designed to efficiently manage student, faculty, and administrative data within educational institutions. It offers features such as streamlined enrollment, faculty management, course scheduling, and automated grading, promoting improved efficiency and communication. With robust reporting and analytics tools, SDMS empowers educational institutions to make data-driven decisions, enhancing transparency and accountability in school operations.
Server
Database
-
##Student Information Management:
-
Centralized student database with detailed profiles, academic history, and contact information.
-
Automated enrollment and registration processes for new students.
-
Real-time updates on student attendance, grades, and performance metrics.
-
Faculty profiles with academic qualifications, teaching assignments, and contact details.
-
Staff attendance tracking and leave management system.
-
Streamlined communication channels for improved collaboration among faculty members.
-
Comprehensive catalog of courses, including details on prerequisites, credit hours, and curriculum.
-
Automated scheduling system for creating class timetables.
-
Tools for managing course registrations, withdrawals, and updates.
-
Effortless creation and management of exams and assessments.
-
Automated grading system with customizable grading scales.
-
Secure storage and retrieval of exam results.
-
Billing and fee collection module for tracking student payments.
-
Budgeting and expense tracking for transparent financial management.
-
Inventory management for school resources, including textbooks and equipment.
-
Robust reporting tools for generating customized reports on various aspects of school operations.
-
Data analytics for trend analysis, performance evaluation, and strategic planning.
-
Integration with business intelligence tools for in-depth insights.
-
Role-based access control to ensure data security and privacy.
-
Encrypted data transmission and storage for safeguarding sensitive information.
-
Regular security updates to protect against emerging threats.
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
git clone https://github.com/blase147/SDBMS
Install this project with:
cd cd SDBMS
bundle install
rails db:create
rails db:migrate
1. Remove config/master.key and config/credentials.yml.enc if they exist.
2. Run in the terminal: EDITOR=code rails credentials:edit , then close the editor that opens.
3. This command will create a new master.key and credentials.yml.enc if they do not exist.
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec ./spec/models
rspec ./spec/
rspec ./spec/user/request
👤 Chukwuma Paul Mosanya
- Implement AI interactivity
- Implement pagination
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, you can give star this repo.
I would like to thank microverse for providing the skill needed to build such a useful app and to my awesome friend Uloma Mgbeokwere, thanks a million for inspiring the app idea.
This project is MIT licensed.