Skip to content

Latest commit

 

History

History
156 lines (97 loc) · 3.32 KB

README.md

File metadata and controls

156 lines (97 loc) · 3.32 KB

School-Library.

📗 Table of Contents

📖 School-Library

School-Library is a simple oop app that allows one to keep track of records of books in the library and who borrows them.

🛠 Built With

Tech Stack

Server

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.

Prerequisites

In order to run this project you need:

  • Ruby 3.2.2
  • VSCode or RubyMine

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/kessie2862/school-library.git

Install

Install this project with:

  cd school-library
  bundle install

Usage

To run the project, execute the following command:

  ruby name-of-file.rb

Run tests

To run tests, run the following command:

  bundle exec rspec

(back to top)

👥 Authors

👤 Prosper Kessie

(back to top)

🔭 Future Features

  • add basic UI
  • Update books
  • unit tests

(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 consider leaving a ⭐️

(back to top)

🙏 Acknowledgments

I would like to thank Microverse

(back to top)

📝 License

This project is MIT licensed.

(back to top)