Skip to content

sumair765/school-library-ruby

Repository files navigation

ruby-school-library

This is a school library project built with object oriented programming principals in Ruby. Person, Student, and Teacher classes have been implemented using an inheritence structure.

Built With

  • Ruby
  • Rubocop

Getting Started

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

Prerequisites

  • Have git installed on your local computer.
  • Have ruby installed on your local computer.

Install

  • Clone this repository to your local computer. Choose the location you prefer.

run "git clone https://github.com/sumairq/school-library-ruby.git" run "cd /school-library-ruby" run "bundle install" to install dependencies

Usage

  • Run the command ruby app.rb.

Run the tests

  • install spec gem by typing : gem install rspec
  • Go to the __test__ directory by typing cd __test__
  • run all the test by rspec spec .
  • run a test rspec spec [filename], example ro run the classroom_spec.rb type rspec spec classroom_spec.rb

Authors

👤 Sumair Qaisar

👤 David Lafontant

🤝 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

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages