https://github.com/frankmugagga/oop-school-library
OOP-school-library is a ruby app to record what books are in the library and who borrows them and can be used to add new books, new students, and save records of who borrowed a given book and when
https://github.com/frankmugagga/oop-school-library
ruby
Last synced: 12 months ago
JSON representation
OOP-school-library is a ruby app to record what books are in the library and who borrows them and can be used to add new books, new students, and save records of who borrowed a given book and when
- Host: GitHub
- URL: https://github.com/frankmugagga/oop-school-library
- Owner: FrankMugagga
- License: mit
- Created: 2023-06-06T11:25:49.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-13T17:15:33.000Z (about 3 years ago)
- Last Synced: 2025-02-08T12:24:38.985Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
**[OOP-school-library]** is a ruby app to record what books are in the library and who borrows them and can be used to add new books, new students, and save records of who borrowed a given book and when
Database
- **[Add person, student, and Teacher classes]**
- **[Decorate a class]**
- **[OOP school library: set up associations]**
- **[OOP school library: add basic UI]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Example command:
gem install rails
### Setup
Clone this repository to your desired folder:
Example commands:
``sh
git clone https://github.com/FrankMugagga/OOP-school-library
cd OOP-school-library
### Install
Install this project with:
### Usage
To run the project, execute the following command:
Example command:
ruby main.rb
### Run tests
To run tests, run the following command:
Example command:
RSPRC
👤 **Frank Mugagga**
- GitHub: [@githubhandle](https://www.github.com/FrankMugagga)
- Twitter: [@twitterhandle](https://www.twitter.com/@mugagga_frank)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/frank-mugagga)
- [ ] **[Api]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/FrankMugagga/OOP-school-library/issues).
## ⭐️ Show your support
If you like this project please like, share and contact for a chat
I would like to thank my learning partner and microverse
- **[Question_1]**
- [How do we install ruby]
This project is [MIT](https://github.com/FrankMugagga/OOP-school-library/blob/dev/LICENSE) licensed.