Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williamscch/school_library
Object Oriented Programming app. Simulates a library of an University, a useful tool that records what books are in the library and who borrows them.
https://github.com/williamscch/school_library
classes oop oop-principles ruby
Last synced: 1 day ago
JSON representation
Object Oriented Programming app. Simulates a library of an University, a useful tool that records what books are in the library and who borrows them.
- Host: GitHub
- URL: https://github.com/williamscch/school_library
- Owner: williamscch
- Created: 2022-09-26T21:10:47.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-05T22:59:05.000Z (about 2 years ago)
- Last Synced: 2023-03-04T02:58:38.725Z (over 1 year ago)
- Topics: classes, oop, oop-principles, ruby
- Language: Ruby
- Homepage:
- Size: 40 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# School Library Ruby
> Object Oriented Programming app. Simulates a library of an University, a useful tool that records what books are in the library and who borrows them. This app 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!## Built With
- [x] Programming Language: Ruby
- [x] Linter: [Rubocop](https://rubocop.org/)
- [x] VS Code
- [x] Object Oriented Programming## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
- [x] A web browser like Google Chrome.
- [x] A code editor like Visual Studio Code with Git and Ruby.You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```Likewise for Ruby installation.
```
$ ruby --version && irb
```### Setup
Clone the repository using the GitHub link provided below.
### Install
In the terminal, go to your file directory and run this command.
```
$ git clone [email protected]:mavericks-db/my-enumerable.git
```### Usage
Kindly modify the files as needed.
## Authors
👤 **Williams Colmenares**
- GitHub: [@williamscch](https://github.com/williamscch)
- Twitter: [@wdavidcch](https://twitter.com/wdavidcch)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/williamscolmenaresch/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/nimplay/enumerable/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENCE) licensed.