Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusufyusie/school-library
School Library is a Ruby-based command-line or console application. It enables the addition of new students, teachers, and books, while also facilitating the tracking of borrowed books and associated details. This efficient system ensures streamlined library management and accurate record-keeping.
https://github.com/yusufyusie/school-library
oop oop-principles ruby
Last synced: 19 days ago
JSON representation
School Library is a Ruby-based command-line or console application. It enables the addition of new students, teachers, and books, while also facilitating the tracking of borrowed books and associated details. This efficient system ensures streamlined library management and accurate record-keeping.
- Host: GitHub
- URL: https://github.com/yusufyusie/school-library
- Owner: yusufyusie
- License: mit
- Created: 2023-10-18T11:42:40.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-21T14:59:00.000Z (over 1 year ago)
- Last Synced: 2024-11-15T06:30:57.326Z (3 months ago)
- Topics: oop, oop-principles, ruby
- Language: Ruby
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
School Libray
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 School Library ](#-school-library-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)This project helps to understand the basics of Ruby programming language. It is a Ruby-based command-line or console application. It enables the addition of new students, teachers, and books, while also facilitating the tracking of borrowed books and associated details. This efficient system ensures streamlined library management and accurate record-keeping.
Client
- **Add Classes**
- **Decorate a class**
- **Set up associations**
- **basic UI**
- **refactor to meet SOLID principles**
- **Preserve data**
- **unit tests**
## 💻 Getting Started
### Prerequisites
In order to run this project you need:
- Git and GitHub
- A code editor
- [Ruby](https://www.ruby-lang.org/en/) installed and running.
- You should be able to use [IRB]().
### Setup
To get a local copy up and running, follow these steps:
- Create a local directory where you can clone the project
- `https://github.com/yusufyusie/School-Library.git`
### Install
Install thr project dependencies with:
```
bundle install
```
### Usage
To run the project, execute the following command in command line:
> ruby main.rb
👤 **Yesuf Fenta**
- GitHub: [@yusufyusie](https://github.com/yusufyusie)
- Twitter: [@yusufyusiee](https://twitter.com/@yusufyusiee)
- LinkedIn: [Yesuf Fenta](https://www.linkedin.com/in/yusufyusie/)
- [ ] **Add unit tests for all the methods in all the classes**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project kindly leave a ⭐
I would like to thank Microverse for the great resources shared.
This project is [MIT](./LICENSE) licensed.