Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaudband/oop_school_library
Create 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 and when. - And all of this will be built in a beautiful and well-organized way!
https://github.com/arnaudband/oop_school_library
rspec rubocop-configuration ruby ruby-gem
Last synced: 19 days ago
JSON representation
Create 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 and when. - And all of this will be built in a beautiful and well-organized way!
- Host: GitHub
- URL: https://github.com/arnaudband/oop_school_library
- Owner: ArnaudBand
- Created: 2022-08-01T17:40:11.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-08-10T23:53:43.000Z (over 2 years ago)
- Last Synced: 2024-11-15T03:18:52.261Z (3 months ago)
- Topics: rspec, rubocop-configuration, ruby, ruby-gem
- Language: Ruby
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# School Library
> Create 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 and when.
- And all of this will be built in a beautiful and well-organized way!## Image for the app
![](https://github.com/microverseinc/curriculum-ruby/raw/main/oop/images/uml_class_diagram.png)
## Built With
- **Ruby**
- Vs code
- Rubocop
- Gemfile
- PRY
- Rspec## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
Ruby should be install in your machine.
### Setup
```
[email protected]:ArnaudBand/Oop_school_library.git
``````
cd Oop_school_library
```### Install
```
bundle install
```### Run Linters
```
rubocop
```### run test
```
rspec spec
```## Author
👤 **Bandonkeye Arnaud**
- GitHub: [ArnaudBand](https://github.com/ArnaudBand)
- Twitter: [Arnaud](https://twitter.com/@ba104781)
- LinkedIn: [LinkedIn](https://linkedin.com/in/ArnaudBandonkeye)## 🤝 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](./MIT.md) licensed.