school-library

School library is a project based on Object-Oriented programming. This application allows to add students, teachers, books to the collections, retrieve data from the store.

Stars
6

School-Library

School library is a project based on Object-Oriented programming. This application allows to add students, teachers, books to the collections, retrieve data from the store.

Built With

  • Major languages (Ruby)

Getting Started

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

Prerequisites

  • A text editor(preferably Visual Studio Code)

Install

  • Ruby
  • Rspec

Using it Locally

  • Clone the project
git clone [email protected]:thecodechaser/school-library.git

cd school-library
  • To Start the programs
open terminal
run the command $irb (interactive ruby shell)
run the program functions

OR

open terminal
run ruby available_files.rb
  • To run the tests
open terminal and run the commands
gem install rspec                (install rspec test library)
rspec file_directory/file_name   (run the test files)

Visit And Open Files

Visit Repo

Download Repo

Download Repo

Authors

Ranjeet Singh

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

  • Inspiration: Microverse

License

This project is MIT licensed.

Related Projects