Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haadiiii/oop-school-library
In this project I need a tool to help me record what books are in the universitie's library and who borrows them. The app that I will create will allow me to:
https://github.com/haadiiii/oop-school-library
rspec rubocop ruby ruby-gem
Last synced: 4 months ago
JSON representation
In this project I need a tool to help me record what books are in the universitie's library and who borrows them. The app that I will create will allow me to:
- Host: GitHub
- URL: https://github.com/haadiiii/oop-school-library
- Owner: Haadiiii
- License: mit
- Created: 2022-10-31T10:51:36.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-10T15:13:52.000Z (about 2 years ago)
- Last Synced: 2023-05-09T11:06:11.949Z (almost 2 years ago)
- Topics: rspec, rubocop, ruby, ruby-gem
- Language: Ruby
- Homepage:
- Size: 48.8 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# OOP School Library
In this project I need a tool to help me record what books are in the universitie's library and who borrows them. The app that I will create will allow me to:
Add new students or teachers.
Add new books.
Save records of who borrowed a given book and when.## Built With
- Ruby
- Terminal
- IRB
- Robocop (linters)## Live Demo (if available)
[Live Demo Link]() (Project will have none)
## Getting Started
To get a local copy up and running follow these simple example steps.
## Install
In your terminal, navigate to your current directory and run this code
`[email protected]:Haadiiii/OOP-school-library.git`
Locate the directory in your file explorer
`cd OOP-school-library`
Install Robocop
`bundle install`
## Run Linters:
### To run rubocop we use:
`rubocop`
### To autocorrect offenses with rubocop we use:
`rubocop --auto-correct-all` or
`rubocop -A`Have fun acting as the librarian!
## Authors
👤 **Haamid Ali**
- GitHub: [@Haadiiii](https://github.com/Haadiiii)
- Twitter: [@HaaDiii_99](https://twitter.com/HaaDiii_99)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/hamid-ali-01a872213/)👤 **Choice Osobor**
- GitHub: [@techEmprez](https://github.com/techEmprez)
- Twitter: [@techEmprez](https://twitter.com/techEmprez)
- LinkedIn: [Choice Osobor](https://www.linkedin.com/in/choice-osobor/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page]().
## 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.