/oop-school-library

"OOP school library" app to record what books are in the library and who borrows them

Primary LanguageRubyMIT LicenseMIT

"OOP school library"

πŸ“— Table of Contents

πŸ“– ["OOP school library"]

["OOP school library"] is a tool to record what books are in the library and who borrows them. The app will allow 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

1- Ruby
2- Gitflow
3- Rubocop

Tech Stack

Client
Ruby

Key Features

  • [] [Add new students or teachers class]
  • [] [Add new person parent class]
  • use the "Decorator" design pattern
  • [] [Add new class to captilize and trim name]
  • set up associations
  • add basic UI
  • preserve data
  • unit tests

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

You need the following tools be installed in your computer:

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone "https://github.com/beteland123/oop-school-library.git"

Install

Install this project with:

  cd oop-school-library
  
  bundle install

Usage

To run the project, execute the following command:

  ruby main.rb

Run tests

To run tests, run the following command:

  rspec spec/

(back to top)

πŸ‘₯ Authors

πŸ‘€ Micronaut Betel Andarge

πŸ‘€ SebastiΓ‘n HernΓ‘ndez

(back to top)

πŸ”­ Future Features

  • integrate with database

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project, please give a ⭐️ (Thank you)

(back to top)

πŸ™ Acknowledgments

Give credit to everyone who inspired your codebase.

  • I would like to thank Microverse for this learning opportunity.

  • Microverse team

πŸ“ License

This project is MIT licensed.

(back to top)