Skip to content

This is a school library console application using Object-Oriented Programming (OOP) concepts to organize and manage library resources. Built with Ruby and PostgreSQL

License

Notifications You must be signed in to change notification settings

uchexm/OOP-School-library

Repository files navigation

📗 Table of Contents

📖 OOP School library

OOP School library is a console app that uses object-oriented programming (OOP) concepts to manage a school library. The application allows users to add, remove, and update books and borrowers, as well as track the borrowing status of books. The app uses OOP concepts to model the real-world objects of a school library, such as books, borrowers, and library staff. This makes the application more modular and easy to maintain. The application stores its data in files. This makes it easy to back up the data and transfer it to other computers. The application is a console application, which means that it is operated from the command line. This makes it easy to use the application on any computer that has a terminal emulator. OOP School Library is a useful tool for managing a school library. It is easy to use and can be customized to meet the specific needs of a library. Here are some additional details about the application: The application is written in the Ruby programming language. The application is open source and available on GitHub. The application is licensed under the MIT License.

🛠 Built With

Tech Stack

Programming Language

Key Features

  • Add new students or teachers.
  • Add new books.
  • Save records of who borrowed a given book and when.

(back to top)

💻 Getting Started

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

  • Create a local directory where you can clone the project
  • Clone the project to your directory by running
    • git clone git@github.com:uchexm/OOP-School-library.git
  • Run the code with ruby

Prerequisites

In order to run this project you need:

  • Git and GitHub
  • A code editor
  • Ruby

Setup

Clone this repository to your desired folder:

  • Create a local directory where you can clone the project
  • Clone the project to your directory by running
    • git clone git@github.com:uchexm/OOP-School-library.git

Install

Install this project with:

  • GitHub Actions
  • Linters
  • Rubocop
  • Ruby

Usage

  • Use this project as a step to learning to practice building backend applications with Ruby and OOP concepts.
  • run irb from the terminal"

  • then rb(main):001:0> require_relative './main.rb' (the file you want to test eg './app.rb')

  • => true (this will show) press enter

  • then irb(main):002:0> make_person (the method you want to test)

  • follow the prompts

👥 Authors

(back to top)

🔭 Future Features

  • Improve UI
  • Add study funcionality

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project kindly leave a ⭐

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for the great resources used.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

This is a school library console application using Object-Oriented Programming (OOP) concepts to organize and manage library resources. Built with Ruby and PostgreSQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages