https://github.com/microverse-fullstack-program/school_library
This OOP based Library Application allow to store a list of books and people who borrow it. The app also allows you to create your membership as a student or teacher, you can also rent a book and the application keeps track of the books rented and the dates they were rented on. Built with Ruby.
https://github.com/microverse-fullstack-program/school_library
rpsec rubocop rubocop-rspec ruby ruby-gem
Last synced: 5 months ago
JSON representation
This OOP based Library Application allow to store a list of books and people who borrow it. The app also allows you to create your membership as a student or teacher, you can also rent a book and the application keeps track of the books rented and the dates they were rented on. Built with Ruby.
- Host: GitHub
- URL: https://github.com/microverse-fullstack-program/school_library
- Owner: Microverse-Fullstack-Program
- License: mit
- Created: 2023-05-22T10:32:34.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-03T19:40:20.000Z (over 2 years ago)
- Last Synced: 2025-03-01T03:42:56.486Z (11 months ago)
- Topics: rpsec, rubocop, rubocop-rspec, ruby, ruby-gem
- Language: Ruby
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 OOP School Library ](#-oop-school-library-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)
**OOP school library** a tool that allows librarian to record what books are in the library and who borrows them. More specifically, the app will allow you to:
> - Add new students or teachers.
> - Add new books.
> - Save records of who borrowed a given book and when.
> The tech stack in this project includes.
Ruby
- **Implemented with ruby OOP principles**
- Not available
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need: **Ruby installed**.
```sh
gem install ruby
```
### Setup
- Clone [this repository](https://github.com/Microverse-Fullstack-Program/school_library) to your desired folder.
- Alternatively, you can download the zip file of your project by clicking on the Code button on the right side of your project page and clicking on Download ZIP
### Install
Install this project with:
```sh
cd my-project
gem install ruby
```
### Usage
To run the project, execute the following command:
- Install Ruby.
- Install Ruby Gem
### Run tests
To run tests, run the following command: **Not available**.
### Deployment
You can deploy this project using: **Not available**.
👤 **Chere Lemma**
- GitHub: [@githubhandle](https://github.com/cherelemma)
- Twitter: [@twitterhandle](https://twitter.com/Chere21271613)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chere-lemma27211613)
👤 **Henry Omondi**
- GitHub: [@githubhandle](https://github.com/Odongo006)
- Twitter: [@twitterhandle](twitter.com/HenryOdongo007)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/henry-odongo/)
In the future work,
- [ ] **Unit tests**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Microverse-Fullstack-Program/school_library/issues).
If you like this project give a ⭐️.
I would like to thank [Microverseinc: OOP school library: add Person, Student and Teacher classes
](https://github.com/microverseinc/curriculum-ruby/blob/main/oop/school_library_people.md) for the project requirment.
- **For what purpose this project can be used**
- The project can be used to learn and get hand on exprience on OOP concepts in RUBY.
This project is [MIT](./LICENSE) licensed.