An open API service indexing awesome lists of open source software.

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

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

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

## 🛠 Built With

### Tech Stack

In this project i utilize my skills and knowledge to create this project

Project language

UI


  • IRB terminal

### Key Features

- **Create persons**
- **Create Students**
- **And relate everything with som relation**

(back to top)

## 💻 Getting Started

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

```

(back to top)

## 👥 Authors

👤 **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/)

(back to top)

## 🔭 Future Features

- [ ] **New connection**
- [ ] **New user interface**
- [ ] **Advance database**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project please give it star or buy me a coffee

(back to top)

## 🙏 Acknowledgments

I would like to thank microverse to give this opportunity to show up my skills

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)