- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
School Library is an app design using Object Oriented Programming method that is capable of:
- Adding new students or teachers
- Add new books
- Save records of who borrowed a given book and when
Server
- Add new Students
- Add new Teachers
- Add new Books
- Add new Borrow record
bundle install
In order to run this project you need: Ruby
You need Bundler
and also rubocop to check for linter errors
Clone this repository to your desired folder:
Example commands:
cd my-folder
git clone https://github.com/dev89s/school-library.git
After you installed ruby on your system, you can go on and installed the linter "rubocop" to check for any linter errors in your code. To do so, you need ruby bundler which can be installed:
gem install bundler
Then initialize the bundler by
bundle init
Which will create the gem file, and then add the folloing line to the gem file
gem 'rubocop', '>= 1.0', '< 2.0'
To install the dependencies:
bundle install
And also to install rubocop
for linter errors checking:
gem install rubocop
👤 Sasan Moshirabadi
👤 Author: Damilare
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Add a frontend UI
Contributions, issues, and feature requests are welcome!
Feel free to give any recommendations issues page.
If you like this project consider giving it a star on GitHub!
I would like to thank my family for always being there & supporting me through hard times.
This project is MIT licensed.