/SDBMS

SDMS is a comprehensive software solution that efficiently manages student, faculty, and administrative data, fostering improved efficiency and communication within educational institutions. With robust reporting and analytics, SDMS enables data-driven decision-making, enhancing transparency and accountability in school operations.

Primary LanguageRubyOtherNOASSERTION


SDBMS

📗 Table of Contents

📖 Property Finder

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.

🛠 Built With

Tech Stack

Server
Database

Key Features

  • ##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 and Staff Administration:

  • 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.

  • Course and Curriculum Management:

  • 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.

  • Examination and Grading System:

  • Effortless creation and management of exams and assessments.

  • Automated grading system with customizable grading scales.

  • Secure storage and retrieval of exam results.

  • Financial and Resource Management:

  • 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.

  • Reporting and Analytics:

  • 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.

  • User Authentication and Security:

  • 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.

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

 gem install rails

Setup

Clone this repository to your desired folder:

  git clone https://github.com/blase147/SDBMS

Install

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.

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

rspec ./spec/models
rspec ./spec/
rspec ./spec/user/request

(back to top)

👥 Authors

👤 Chukwuma Paul Mosanya

(back to top)

🔭 Future Features

  • Implement AI interactivity
  • Implement pagination

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, you can give star this repo.

(back to top)

🙏 Acknowledgments

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.

(back to top)

📝 License

This project is MIT licensed.

(back to top)