https://github.com/brainconnect93/oop-school-library
A ruby terminal application that will allow you to add new students or teachers, add new books and save records of who borrowed a given book and when.
https://github.com/brainconnect93/oop-school-library
github linters rubocop ruby ruby-gem
Last synced: about 2 months ago
JSON representation
A ruby terminal application that will allow you to add new students or teachers, add new books and save records of who borrowed a given book and when.
- Host: GitHub
- URL: https://github.com/brainconnect93/oop-school-library
- Owner: brainconnect93
- Created: 2022-09-06T16:37:46.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-16T19:59:13.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T09:14:02.453Z (about 1 year ago)
- Topics: github, linters, rubocop, ruby, ruby-gem
- Language: Ruby
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/brainconnect93)
# OOP-School-Library
> This is a school library app implemented using classes, objects, encapsulation and inheritance with Ruby.
- Add new students or teachers.
- Add new books.
- Save records of who borrowed a given book and when.
## Built With
- Ruby
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Ruby
- Github
### Setup
- With git, clone the code to your machine, or download a ZIP of all the files directly.
- Download the ZIP file from this location or run the following git command to clone the files to your machine:
> git clone https://github.com/brainconnect93/OOP-School-Library.git
### Install
- After opening the files in Visual Studio Code, open the VS Code integrated terminal and run the following commands:
> bundle init
> bundle install
### Usage
- Run the command in your terminal below to run the ruby program
> ruby main.rd to run
### Run tests
- Run the command in your terminalbelow for linter checks
> rubocop
## Authors
👤 **Author1**
👤 **Afolabi Akorede**
- GitHub: [@brainconnect93](https://github.com/brainconnect93)
- Twitter: [@brainconnect0](https://twitter.com/brainconnect0)
- LinkedIn: [Afolabi Akorede](https://linkedin.com/in/brainconnect93)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._