- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
The OOP-School-Library project consists of three classes: Person, Student, and Teacher. The Person class has attributes for identification, name, and age, along with getters and setters. It also has a method to check if a person is of age or has parental permission.The Student class inherits from Person and adds a classroom attribute. It includes a method called play_hooky to represent skipping class.The Teacher class also inherits from Person and includes a specialization attribute. It overrides the can_use_services. method to always return true.Each class is saved in a separate file for better organization. The project provides a foundation for a library management system in a school environment.
Client
Ruby: The primary programming language for the project.
Server
- none
Database
- none
- Simple command-line interface.
- Support for IRB input formats.
In order to run this project you need:
- A Computer (MAC or PC)
- Code editor (VSCode,Atom etc...)
- A browser (Chrome,Mozilla,Safari etc...)
- Version Control System (Git and Github)
- Ruby installed: To run a Ruby project, users must have Ruby installed on their system. You can include the minimum required version of Ruby needed to run the project.
Clone this repository to your desired folder:
cd my-folder
git clone github.com/AbdusSattar-70/oop-school-library
Install this project with:
To run a Ruby file in the command line, follow these steps:
Open a command prompt or terminal window on your computer.
Navigate to the directory where the Ruby file is stored using the cd command.
Type the following command to run the Ruby file:
ruby filename.rb
- GitHub: AbdusSattar-70
- Twitter: Abdus Sattar
- LinkedIn: Abdus Sattar
- GitHub: Tshobohwa
- Twitter: @SalomonTshoboh1
- LinkedIn: Tshobohwa Salomon
- Project 2: use the "Decorator" design pattern.
- Project 3: set up associations.
- Project 4: add basic UI.
- Project 5: refactor the code.
- Project 6: preserve data.
- Project 7: unit tests.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project rate it and give it a star...
We would like to thank the Microverse team for allowing us to work on this Morse Code Decoder ruby project.
-
How do I install and run the project?
- To install and run the project, you will need to have Ruby installed on your computer. Once you have Ruby installed, you can download the project files and run the program from the command line using the following command:
- To install and run the project, you will need to have Ruby installed on your computer. Once you have Ruby installed, you can download the project files and run the program from the command line using the following command:
-
What technologies and libraries are used in the project?
- The project is written in Ruby and does not require any external libraries or dependencies.
-
How can I contribute to the project?
- Contributions to the project are welcome! Please feel free to submit bug reports, feature requests, or pull requests on the project's GitHub repository.
This project is MIT licensed.