OOP-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.

Stars
14

OOP-school-library

In this project, I have created my school library app.

Built With

  • Ruby

Getting Started

In order to setup this project locally you have to run following commands:

  • Click on the Code button with background color green on the right end corner
  • Click on the clipboard icon on the extreme right of the dropdown to copy the repository link
  • In your local PC, open your terminal or command prompt in the folder you would like to clone this repository into
  • Type git clone (copied link) on the currently opened terminal or command prompt
  • Remember to change (copied link) to [email protected]: Laylo309/00P-school-library.git which is the name of the repository

This repository includes files with Ruby that can be used to is getting information from the library about the University:

  • Please run the program in a IRB enviorement
  • From your terminal you have to run the following command: ruby main.rb
  • After running this command you will get following kind of information:
  • To run test use following command: rspec
  • After running this command you will get following kind of information:

Author

👤 Laylo Khodjaeva

👤 Nelsino

🤝 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