OOP-Library

This is a Library project using Ruby.

OTHER License

Stars
4
Committers
3

πŸ“— Table of Contents

πŸ“– OOP Library

OOP Library is a Ruby project that aims at the creation and management of a library.

πŸ›  Built With

Tech Stack

Key Features

  • Creation of "Person" objects (Student/Teachers)
  • Decorator design

πŸ’» Getting Started

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:

  cd my-folder
  git clone [email protected]:tomasesquivelgc/OOP-Library.git

Install

Install this project with:

  cd my-project
  bundle install

Run tests

To run tests, run the following command:

  cd project
  ruby test_suite.rb

πŸ‘₯ Authors

πŸ‘€ Tomas Esquivel

πŸ‘€ IvΓ‘n Gonzalez

πŸ‘€ Karim David Barragan

πŸ”­ Future Features

  • Library database
  • associations
  • basic UI

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project please leave a star!

πŸ™ Acknowledgments

I would like to thank Microverse for this oppportunity and all of my friends and family for always supporting me.

πŸ“ License

This project is MIT licensed.

Related Projects