- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- β FAQ
- π License
This project is a practice exercise that entails building OOP library to manage recording and borrowing of books.
Client
You can do the following with app:
- Add new students or teachers.
- Add new books.
- Save records of who borrowed a given book and when.
- Persist the data in a json file.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- An IDE e.g Visual studio code.
- A terminal.
Clone this repository to your desired folder or download the Zip folder:
git clone https://github.com/devMunyi/OOP_school_library.git
- Navigate to the location of the folder in your machine:
you@your-Pc-name:~$ cd OOP_school_library
To install all dependencies, run:
bundle install
To run the project, follow these instructions:
- After Cloning this repo to your local machine.
- To get it running in your terminal, run it in your IDE
To run tests, run the following command:
rubocop
π€ Samuel Munyi
- GitHub: @devMunyi
- LinkedIn: Samuel Munyi
π€ Ndikumana Isaie
- GitHub: ndikumanaisaie
- Twitter: Ndikuma38670724
- LinkedIn: Ndikumana Isaie
π€ Derrick Mulinde
- GitHub: inspecta
- Twitter: djmulinde
- LinkedIn: Derrick Mulinde
- Implement more methods.
- Write Extra Message.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a βοΈ if you like this project and how I managed to build it!
- The original design ideal from Microverseπ.
- Project from Microverse Ruby / Database and Interviewing module.
- Thanks to the Microverse team for the great curriculum.
- Thanks to the Code Reviewer(s) for the insightful feedbacks.
- A great thanks to My coding partner(s), morning session team, and standup team for their contributions.
- Hat tip to anyone whose code was used.
-
Can I fork and reuse the repository
- Yes please, feel free.
-
Can I improve the repository, and my changes will be accepted if they are good?
- Yes please, nice ideas are welcome, please.
This project is MIT licensed.