Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomasesquivelgc/oop-library
This is a Library project using Ruby.
https://github.com/tomasesquivelgc/oop-library
Last synced: 10 days ago
JSON representation
This is a Library project using Ruby.
- Host: GitHub
- URL: https://github.com/tomasesquivelgc/oop-library
- Owner: tomasesquivelgc
- License: other
- Created: 2023-10-04T15:26:17.000Z (about 1 year ago)
- Default Branch: development
- Last Pushed: 2023-10-11T23:58:25.000Z (about 1 year ago)
- Last Synced: 2024-10-16T07:01:34.540Z (22 days ago)
- Language: Ruby
- Size: 75.2 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OOP library
# π 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)
- [Run tests](#run-tests)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)**OOP Library** is a Ruby project that aims at the creation and management of a library.
Client
- **Creation of "Person" objects (Student/Teachers)**
- **Decorator design**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need an Ubuntu console (WSL)
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:tomasesquivelgc/OOP-Library.git
```
### Install
Install this project with:
```sh
cd my-project
bundle install
```
### Run tests
To run tests, run the following command:
```sh
cd project
ruby test_suite.rb
```
π€ **Tomas Esquivel**
- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)
- Twitter: [@EsquivelTomas](https://twitter.com/EsquivelTomas)
- LinkedIn: [Tomas Esquivel](https://www.linkedin.com/in/tomΓ‘s-esquivel-b2160568/)
π€ **IvΓ‘n Gonzalez**
- GitHub: [@ivangonzalez224](https://github.com/ivangonzalez224)
- Twitter: [@Ivan Gonzalez](https://twitter.com/ivang2204)
- LinkedIn: [IvΓ‘n Gonzalez Robles](https://www.linkedin.com/in/ivΓ‘n-gonzalez-robles-957491275/)
π€ **Karim David Barragan**
- GitHub: [@Rebelzob](https://github.com/Rebelzob)
- LinkedIn: [Karim David Barragan MontaΓ±a](https://www.linkedin.com/in/karim-barragan/)
- [ ] **Library database**
- [ ] **associations**
- [ ] **basic UI**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please leave a star!
I would like to thank Microverse for this oppportunity and all of my friends and family for always supporting me.
This project is [MIT](./LICENSE) licensed.