https://github.com/debas-31/school-library-oop
This is a project school library app used to record what books are in the library, borrow them, add new students or teachers, add new books, and save records of who borrowed a given book and when.
https://github.com/debas-31/school-library-oop
rspec ruby unit-testing
Last synced: about 1 month ago
JSON representation
This is a project school library app used to record what books are in the library, borrow them, add new students or teachers, add new books, and save records of who borrowed a given book and when.
- Host: GitHub
- URL: https://github.com/debas-31/school-library-oop
- Owner: Debas-31
- Created: 2022-04-04T14:21:35.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-14T14:17:50.000Z (about 3 years ago)
- Last Synced: 2025-04-12T04:14:13.410Z (about 1 month ago)
- Topics: rspec, ruby, unit-testing
- Language: Ruby
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# school-library-OOP : Add Basic UI> 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 will allow you to:
- [x] Add new students or teachers.
- [x] Add new books.
- [x] Save records of who borrowed a given book and when.## Built With
```bash
- Ruby
```
## Getting StartedTo get a local copy up and running follow these simple example steps.
### Prerequisites
- Ruby and gem bundle
- Web browser (Google chrome)
- Code Editor (VSCode)### Development (Running locally)
- git clone the project
```bash
git clone [email protected]:Debas-31/school-library-OOP
```- Install Dependencies
```bash
bundle install
```👤 **Debas Gebreslasie**
- [GitHub](https://github.com/Debas-31)
- [Twitter](https://twitter.com/DEBSH76956492)
- [LinkedIn](https://www.linkedin.com/in/debas-gebrengus)👤 **Mithlesh Kumar**
- GitHub: [@githubhandle](https://github.com/Mithi-code)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Debas-31/school-library-OOP/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Ruby Community## 📝 License
[MIT licensed](https://github.com/Debas-31/school-library-OOP/blob/code-refactor/MIT.md).