Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/banzaman/oop
School library app that 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/banzaman/oop
abstraction encapsulation inheritance oop oop-principles ruby
Last synced: 7 days ago
JSON representation
School library app that 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/banzaman/oop
- Owner: banzaman
- License: mit
- Created: 2023-05-15T18:07:40.000Z (over 1 year ago)
- Default Branch: Dev
- Last Pushed: 2023-05-25T17:25:57.000Z (over 1 year ago)
- Last Synced: 2025-01-13T13:06:50.014Z (11 days ago)
- Topics: abstraction, encapsulation, inheritance, oop, oop-principles, ruby
- Language: Ruby
- Homepage:
- Size: 595 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Tests](#tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**[OOP School Library]** School library app that 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!
OOP School Library app built with Ruby
- Add Book
- Add User
- Add Rental
- List Registered Users
- List Registered Books
- List Rentals by User
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby installed.
Clone this repository to your desired folder:
```
git clone https://github.com/banzaman/OOP
cd OOP
```
### Install
```
bundle install
```
### Usage
```
ruby main.rb
```
### Tests
```
bundle exec rspec spec
```
**Mark Rubanza**
- GitHub: [@banzaman](https://github.com/banzaman/)
- LinkedIn: [Mark Rubanza Anderson](https://www.linkedin.com/in/mark-rubanza-anderson/)
👤 **Giancarlo Dumani**
- GitHub: [@githubhandle](https://github.com/gdumani)
- Twitter: [@twitterhandle](https://twitter.com/gdumani1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/gdumani/)
- Better UI Experience
- Improve file storage
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/banzaman/OOP/issues).
If you like this project please show us support by giving it a star.
I would like to thank my fellow learners at Microverse for their support during the project.
This project is [MIT](./LICENSE) licensed.