https://github.com/powerlevel9000/school-library
School Library is ruby based with terminal user interface project in which you can create persons books and bunch of more objects School Library is a totally OOP (Object Oriented Programming) with inheritance, polymorphism and private methods
https://github.com/powerlevel9000/school-library
database relationships ruby
Last synced: 11 months ago
JSON representation
School Library is ruby based with terminal user interface project in which you can create persons books and bunch of more objects School Library is a totally OOP (Object Oriented Programming) with inheritance, polymorphism and private methods
- Host: GitHub
- URL: https://github.com/powerlevel9000/school-library
- Owner: PowerLevel9000
- License: mit
- Created: 2023-04-18T01:28:29.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-01T13:18:55.000Z (about 3 years ago)
- Last Synced: 2025-04-09T23:52:11.599Z (about 1 year ago)
- Topics: database, relationships, ruby
- Language: Ruby
- Homepage:
- Size: 70.3 KB
- Stars: 4
- 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)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
School Library is ruby based with terminal user interface project in which you can create persons books and bunch of more objects
**School Library** is a totally OOP (Object Oriented Programming) with inheritance, polymorphism and private methods
In this project i utilize my skills and knowledge to create this project
Project language
UI
- IRB terminal
- **Create persons**
- **Create Students**
- **And relate everything with som relation**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby installed in your machine
- Any integrated terminal like
- CMD
- Bash
- PowerShell
- etc
### Setup
Clone this repository to your desired folder:
for cloning follow this steps
- go to green `code` button very top left corner of this Repository container
- copy your `SSH` or `https` file and clone it in your desired folder
- or just download `ZIP` file
### Install
Install this project with:
for now you don't need any installation to run project if you already followed [Prerequisites](#prerequisites)
and
```
bundle install
```
### Usage
To run the project, execute the following command:
you can use it for you library purpose
run following commands in you `terminal` in root `dir`
```
ruby main.rb
```
### Run tests
To run tests, run the following command:
```
rspec spec
```
👤 **Adarsh Pathak**
- GitHub: [@PowerLevel9000](https://github.com/PowerLevel9000)
- Twitter: [@PowerLevel9002](https://twitter.com/PowerLevel9002)
- LinkedIn: [Adarsh pathak](https://linkedin.com/in/PowerLevel)
👤 **Recep Burak Otman**
- GitHub: [@otmanTR](https://github.com/otmanTR)
- Twitter: [@hotumanzade](https://twitter.com/hotumanzade)
- LinkedIn: [Burak Otman](https://www.linkedin.com/in/burak-otman-88646443/)
- [ ] **New connection**
- [ ] **New user interface**
- [ ] **Advance database**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give it star or buy me a coffee
I would like to thank microverse to give this opportunity to show up my skills
This project is [MIT](./LICENSE) licensed.