https://github.com/rubydevi/school-library
https://github.com/rubydevi/school-library
json pry ruby
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rubydevi/school-library
- Owner: rubydevi
- License: mit
- Created: 2023-09-04T09:42:08.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-14T12:18:52.000Z (almost 3 years ago)
- Last Synced: 2025-06-26T07:42:26.811Z (about 1 year ago)
- Topics: json, pry, ruby
- Language: Ruby
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- 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)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
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. This app will do that for you.
Ruby
- **Objects**
- **Classes**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need to:
- Install a text editor like Visual Studio Codes
- Make sure you have ruby installed as well in your system
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/rubydevi/school-library.git
```
### Install
This project is considered installed once you clone it
### Usage
Once the project is cloned in your desired directory you can use it
### Run tests
To ensure that the ruby files pass linters run the following command
```sh
rubocop .
```
### Deployment
You can only run this project on your local machine
👤 **Chongtham Ruby Devi**
- GitHub: [@rubydevi](https://github.com/rubydevi)
- Twitter: [@arieabyss](https://twitter.com/ariesabyss)
- LinkedIn: [Chongtham Ruby Devi](https://www.linkedin.com/in/chongtham-bhoomika/)
👤 **Supreeti**
- GitHub: [@supreeti](https://github.com/supreeti)
- Twitter: [@Ksupreeti](https://twitter.com/Ksupreeti)
- LinkedIn: [Supreeti](https://www.linkedin.com/in/supreetikushwaha/)
Improve the code to be better and better
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/rubydevi/school-library/issues).
If you like this project share it with others
We would like to thank Microverse for providing the problem for us to solve with ruby
This project is [MIT](./LICENSE) licensed.