https://github.com/fullstop125/oop-school-library
https://github.com/fullstop125/oop-school-library
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fullstop125/oop-school-library
- Owner: fullstop125
- License: mit
- Created: 2022-11-03T16:55:33.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-25T20:12:45.000Z (over 3 years ago)
- Last Synced: 2025-02-04T14:47:18.371Z (over 1 year ago)
- Language: Ruby
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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
`git@github.com:fullstop125/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
👤 **Momanyi**
- GitHub: [@fullstop125](https://github.com/fullstop125)
- Twitter: [@MosesHassany](https://twitter.com/MosesHassany)
## 🤝 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.