- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
School Library is a simple program that records what books are in the library and who borrows them.
Ruby
This app will allow you to:
- Add new students or teachers.
- Add new books.
- Save records of who borrowed a given book and when.
Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install ruby
-->
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/AhmedNazirMusah/School-Library.git
Install this project with:
cd School-library
bundle install
To run the project, execute the following command:
$ ruby classes/people.rb
👤 Ahmed Nazir Musah
- GitHub: @ahmednazirmusah
- Twitter: @ahmednazirmush
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project...
Give credit to everyone who inspired your codebase.
I would like to thank...
-
Do I have to have any previous knowledge about ruby to use this project?
- Basic knowledge about ruby is requred.
This project is MIT licensed.