https://github.com/binhussen/school-library
School Library is a tool to record what books are in the library and who borrows them. The app you will create will allow you to: Add new students, teachers, and books and records of who borrowed a given book.
https://github.com/binhussen/school-library
rspec ruby
Last synced: about 2 months ago
JSON representation
School Library is a tool to record what books are in the library and who borrows them. The app you will create will allow you to: Add new students, teachers, and books and records of who borrowed a given book.
- Host: GitHub
- URL: https://github.com/binhussen/school-library
- Owner: binhussen
- Created: 2022-11-01T18:52:29.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-17T20:08:23.000Z (over 3 years ago)
- Last Synced: 2025-03-27T23:42:03.522Z (over 1 year ago)
- Topics: rspec, ruby
- Language: Ruby
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# School Library
>Imagine that you are the librarian of OOP University, and you need a tool to record what books are in the library and who borrows them. The app that you will create will allow you to:
- Add new students or teachers.
- Add new books.
- Save records of who borrowed a given book.
## Built With
- ruby
### Technologies used
- ruby, Git and linters (ruby).
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- A version control software like git
- A text editor
- [RubyInstaller](https://rubyinstaller.org/) or irb
## Setup
To get a local copy up and running you'll need to have [RubyInstaller](https://rubyinstaller.org/) installed on your local machine.
### Install
After installing Ruby please follow the next steps...
### Usage
-- To clone this project use:
```bash
git clone https://github.com/binhussen/school-library.git
```
-- to run the project use:
```bash
ruby person.rb
```
## Author
👤 **Mohammed Hussen (binhussen)**
- GitHub: [@binhussen](https://github.com/binhussen)
- Twitter: [@binhussens](https://twitter.com/binhussens)
- LinkedIn: [Linkedin](https://www.linkedin.com/in/binhussen/)
👤 **Abdelhadi Hireche (aeh1707)**
- GitHub: [@aeh1707](https://github.com/aeh1707)
- Twitter: [@aeh1707](https://twitter.com/aeh1707)
- LinkedIn: [abdelhadi-hireche](https://www.linkedin.com/in/abdelhadi-hireche/)
## 🤝 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
- Microverse Curriculum
## 📝 License
This project is [MIT](./MIT.md) licensed.