Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ambrose-kibet/oop-school-library
This is a project that aims to develop a tool for the librarian of OOP University to manage the library's collection of books, record borrowing activities, and add new students or teachers in a well-organized and visually appealing way.
https://github.com/ambrose-kibet/oop-school-library
oop-principles rspec ruby
Last synced: 10 days ago
JSON representation
This is a project that aims to develop a tool for the librarian of OOP University to manage the library's collection of books, record borrowing activities, and add new students or teachers in a well-organized and visually appealing way.
- Host: GitHub
- URL: https://github.com/ambrose-kibet/oop-school-library
- Owner: ambrose-kibet
- License: mit
- Created: 2023-04-25T13:15:00.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-04T08:28:22.000Z (almost 2 years ago)
- Last Synced: 2024-12-18T16:18:19.742Z (about 2 months ago)
- Topics: oop-principles, rspec, ruby
- Language: Ruby
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OOP-SCHOOL-LIBRARY
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**OOP-SCHOOL-LIBRARY** is a project that aims to develop a tool for the librarian of OOP University to manage the library's collection of books, record borrowing activities, and add new students or teachers in a well-organized and visually appealing way.
- **add Person, Student, and Teacher classes.**
- **use the "Decorator" design pattern.**
- **set up associations.**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [ ] ruby intalled on your machine
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/ambrose-kibet/OOP-school-library.git
```
### Install
Install this project with:
```sh
cd my-project
bundle install
```
### Usage
To run the project, execute the following command:
```sh
ruby main.rb
```
👤 **Ambrose kibet**
- GitHub: [@Ambrose kibet](https://github.com/ambrose-kibet)
- Twitter: [@Ambrose kibet](https://twitter.com/ambrose_kibet)
- LinkedIn: [Ambrose kibet](https://linkedin.com/in/ambrose-kibet)
### 👤 **Yemisirach Tamirat**
- GitHub: [@yemisrach](https://github.com/Yemisirach)
- Twitter: [@Yemisirach](https://twitter.com/tamiratyemsrach)
- LinkedIn: [@Yemisirach](https://www.linkedin.com/in/yemisirach)
- [ ] **Basic UI.**
- [ ] **preserve data**
- [ ] **unit tests.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project start it.
I would like to thank microverse
This project is [MIT](./LICENSE) licensed.