Skip to content

kelvinbush/school-library

Repository files navigation

School::Library

This repo contains code that helps manage a school library the user can do the following:

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

Made using

  • Ruby

Getting Started

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

  • Copy this link https://github.com/kelvinbush/school-library.git.
  • Get the directory that you want to clone the repository.
  • Open the command prompt in this directory.
  • Write https://github.com/kelvinbush/school-library.git.
  • Go to the repository folder in your command prompt cd school-library.
  • run bundle install to install rubocop dependencies
  • run rspec to run the tests.

Authors

👤 Kelvin Bush

👤 Leonard Kombo

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

A Ruby console application that demonstrates the use of the four Object Oriented Programming principles with Ruby

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages