https://github.com/munyabelden/oop_library
This is OOP Library Application that stores a list of books and people who use the library. It allows you to create your membership as a student or teacher, you can also rent a book and the application keeps track of the books rented and the dates they were rented on. Built with Ruby.
https://github.com/munyabelden/oop_library
pry rspec-testing rubocop ruby rubygems
Last synced: 6 months ago
JSON representation
This is OOP Library Application that stores a list of books and people who use the library. It allows you to create your membership as a student or teacher, you can also rent a book and the application keeps track of the books rented and the dates they were rented on. Built with Ruby.
- Host: GitHub
- URL: https://github.com/munyabelden/oop_library
- Owner: Munyabelden
- License: mit
- Created: 2023-05-23T08:37:43.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-09-20T20:30:33.000Z (about 2 years ago)
- Last Synced: 2025-02-08T19:12:00.612Z (8 months ago)
- Topics: pry, rspec-testing, rubocop, ruby, rubygems
- Language: Ruby
- Homepage:
- Size: 36.1 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)
- [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)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)**Library** is a ruby application library that contain data about people i.e students, teachers and name of books. It also allows you to add remove people and books, you ca also rent the books and the application keeps track of all this data
- [ ] Ruby
- [ ] Linters
### Tech StackClient
- **Data presevation**
- **Unit testing**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [ ] Ruby
- [ ] Code editor
- [ ] Ruby Gem
- [ ] Rspec
### Setup
Clone this repository to your desired folder:
Clone this link to your local mechine
```
git clone https://github.com/Munyabelden/Oop_Library.git
```
### Usage
To run the project, execute the following command:
```
bundle install
ruby main.rb
```
### Install
Install this project with:
```
cd Oop_Library
sudo install ruby
```
### Run
To test this project run:
```
rspec specs/
```
👤 **Belden Mugauri**
- GitHub: [@githubhandle](https://github.com/Munyabelden/)
- Twitter: [@twitterhandle](https://twitter.com/munyaradzi045)
👤 **Tracy Miranja**
- GitHub: [@githubhandle](https://github.com/Tracy-miranja)
- Linkedin: [@twitterhandle](https://www.linkedin.com/in/tracy-miranja)
- [ ] **API server connection**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Munyabelden/Oop_Library/issues).
If you like this project give it a star.
I would like to thank Ruby documentation and Microverse
This project is [MIT](https://github.com/Munyabelden/Oop_Library/blob/develop/LICENSE) licensed.