- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
School-Library is a simple oop app that allows one to keep track of records of books in the library and who borrows them.
Server
- Add new students or teachers.
- Add new books.
- Save records of who borrowed a given book and when.
To get a local copy up and running, follow these steps.
In order to run this project you need:
Ruby 3.2.2
VSCode
orRubyMine
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/kessie2862/school-library.git
Install this project with:
cd school-library
bundle install
To run the project, execute the following command:
ruby name-of-file.rb
To run tests, run the following command:
bundle exec rspec
👤 Prosper Kessie
- GitHub: @kessie2862
- LinkedIn: Prosper Kessie
- add basic UI
- Update books
- unit tests
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project consider leaving a ⭐️
I would like to thank Microverse
This project is MIT licensed.