Skip to content

Releases: MohammadrezaAmani/class-management-system

More ⏾ - Reborn Release

12 Dec 10:12
a8f27c6
Compare
Choose a tag to compare

Release Notes

Version 2.0.3 (Reborn Release 🌔 ☁️ )

Features

  • Implemented a basic class management system in Bash.
  • Added functionality to set student information, update student points, search for students by ID, and view results.
  • Utilizes SQLite for data storage.
  • Provides a simple and interactive menu for user interaction.

Installation

  1. Clone the repository:

    git clone https://github.com/MohammadrezaAmani/class-management-system.git
  2. Navigate to the project directory:

    cd class-management-system
  3. Run the script:

    ./class_management.sh

Usage

  • Follow the on-screen menu to perform various actions:
    • Set Information: Add new students to the system.
    • Students Points: Set and update points for existing students.
    • Result: Search for students by ID or view all students with points in a specific subject.
    • Exit: Terminate the program.

Database

  • The system uses SQLite for data storage. The database file (students.db) is automatically created in the project directory.

Feel free to adjust the sections and details based on your actual project and any specific changes made in the release.

Full Changelog: https://github.com/MohammadrezaAmani/class-management-system/commits/2.0.3