Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imubarak234/oop-school-library
This app is a tool to record what books are in a library and who borrows them. The app that you will create will allow you to: *Add new students or teachers. *Add new books. *Save records of who borrowed a given book and when.
https://github.com/imubarak234/oop-school-library
ruby rubygems
Last synced: 29 days ago
JSON representation
This app is a tool to record what books are in a library and who borrows them. The app that you will create will allow you to: *Add new students or teachers. *Add new books. *Save records of who borrowed a given book and when.
- Host: GitHub
- URL: https://github.com/imubarak234/oop-school-library
- Owner: imubarak234
- Created: 2022-02-28T13:46:23.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2022-09-28T11:41:22.000Z (over 2 years ago)
- Last Synced: 2024-10-18T06:38:01.556Z (3 months ago)
- Topics: ruby, rubygems
- Language: Ruby
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OOP-school-library
This app is a tool to record what books are in a library and who borrows them. The app that you will create will allow a you to:- Add new students or teachers.
- Add new books.
- Save records of who borrowed a given book and when.## Built With
- Ruby### Technologies used
- Github
- Gitflow
- Visual Studio CodeTo get a local copy up and running follow these simple example steps.
### Prerequisites
- A text editor(preferably Visual Studio Code)### Install
- Ruby### Run Project Locally
- Clone the project
```bash
git clone [email protected]:KingsleyIbe/OOP-school-library.git
cd OOP-school-library
```- To Start the programs
```bash
open terminal
run the command $irb (interactive ruby shell)
run the program functions
```OR
```bash
open terminal
run ruby main.rb
```
## Authors👤 **Mubarak A Ibrahim**
- Github: [@githubhandle](https://github.com/imubarak234)
- Linkedin: [LinkedIn](https://www.linkedin.com/in/mubarak-ibrahim-mb/)👨🏾⚕️ Kingsley Ibe
- [Github](https://github.com/kingsleyibe)
- [Twitter](https://twitter.com/ibekingsley2)
- [LinkedIn](https://www.linkedin.com/in/kingsley-ibe-5669a5134)
## 🤝 ContributingContributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/imubarak234/OOP-school-library/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.