/school_library

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 School Library

Imagine that you are the librarian of OOP University, and you need a tool to record what books are in the library and who borrows them. This app will allow you to:

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

🛠 Built With

🛠 Tech Stack

Client

Key Features

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

(back to top)

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Mac or PC
  • Install Ruby
  • Understanding of Ruby
  • IRB
  • Gems to test linters
  • RSpec to run tests

Setup

Clone this repository to your desired folder:

  cd into your-folder
 git clone https://github.com/admirerbrown/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 "ruby main.rb from the terminal"

(back to top)

👥 Author

👤 Samuel Kyere

(back to top)

🔭 Future Features

  • **Build complete backend **
  • extend the functionality to include calendar
  • Add beautiful front-end interface

(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, please leave a ⭐️

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for providing us with reading materials that aided us to during the project development

(back to top)

❓ FAQ

  • Can I use this code?

    • yes, it is open source. Feel free to fork it.
  • Can I contribute to this project?

    • Contact me so I can add you as a collaborator. Alternatively you can leave an issue, it will be well appreciated.

(back to top)

📝 License

This project is MIT licensed.

(back to top)