- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Ruby
- A simple code to use
OOP-school-library
in Ruby. - OOP-school-library is an app for keeping track of the books borrowed from a library. it is created by using Ruby that allows to add students or teachers, add new books and save records of who borrowed a given book.
To clone the repository in local environment try following steps.
- A code editor like Visual Studio Code with Git and Node.js.
You can check if Git is installed by running the following command in the terminal.
$ git --version
Likewise for Node.js and npm for package installation.
$ ruby --version && gem --version
Clone the repository using this link.
In the terminal, go to your file directory and run this command.
$ git clone https://github.com/kal2944/OOP-school-library.git
In the terminal, run these commands to get into development.
$ cd School-library
$ bundle init
$ bundle install (install dependencies)
$ ruby main.rb (run the app locally)
👤 Kalkidan Daniel
- GitHub: @kal2944
- Twitter: @Kalkida01088197
- LinkedIn: Kalkidan Daniel
👤 Abdimulhin Adan
- GitHub: @AbdimulhinYussuf3675
- Twitter: @abdimulhin
- LinkedIn: Abdimulhin Adan
- Use the "Decorator" design pattern.
- Set up associations.
- Add basic UI.
- Refactor code.
- Preserve data.
- Add unit tests.
Contributions, issues, and feature requests are welcome! Add suggestions by opening new issues.
Feel free to check the issues page
Give a ⭐️ if you like this project!
I would like to thank:
This project is MIT licensed.