Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahira-sadat/oop-school_library
A tool to record what books are in the library and who borrows them in an imaginary university library.
https://github.com/shahira-sadat/oop-school_library
Last synced: 6 days ago
JSON representation
A tool to record what books are in the library and who borrows them in an imaginary university library.
- Host: GitHub
- URL: https://github.com/shahira-sadat/oop-school_library
- Owner: shahira-sadat
- License: mit
- Created: 2022-09-27T01:36:52.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-05T15:35:39.000Z (about 2 years ago)
- Last Synced: 2023-03-04T02:32:59.874Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OOP School Library Ruby
A tool to record what books are in the library and who borrows them in an imaginary university library.## Built With
![Ruby](https://img.shields.io/badge/ruby-%23316192.svg?style=for-the-badge&logo=ruby&logoColor=white)
![Rubocop](https://img.shields.io/badge/rubocop-%23316192.svg?style=for-the-badge&logo=rubocop&logoColor=white)## Getting Started
To get a local copy up and running follow these simple example steps.
- Install Ruby
- Clone the repository
- Run `bundle install`
- Run `ruby student.rb` to create a student.
- Run `ruby teacher.rb` to create a teacher.
- Follow the instructions on the terminal
- Run `rubocop` to check for linter errors
- Run `rubocop -a` to fix linter errors### Prerequisites
- Ruby
- Rubocop
- Rspec
- Git
- Github
- VSCode
- Terminal
- Linters## Authors
👤 Shahira Sadat- GitHub: [Shahira Sadat](https://github.com/shahira-sadat)
- Twitter: [Shahira Sadat](https://twitter.com/SadatShahira)
- Linkedin: [Shahira Sadat](https://www.linkedin.com/in/shahira-sadat-49b402199)
- Gmail: [email protected]## 🤝 Contributing
Contributions, issues, and feature requests are welcome!## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Microverse](https://www.microverse.org/)
## License
This project is MIT licensed.