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

https://github.com/getssh/school_library


https://github.com/getssh/school_library

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# school_library

# 📗 Table of Contents

- [school\_library](#school_library)
- [📗 Table of Contents](#-table-of-contents)
- [📖 school library ](#-school-library-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 school library

**school_library** This project creates a parent class using ruby syntax and create more classes based on the parent class. In general, this project implement
four of the OOP principles.

## 🛠 Built With

### Tech Stack

Client


  • Ruby

## 💻 Getting Started

To run the project locally, follow these steps.

### Prerequisites

In order to run this project you need to:

- Install [Git](https://git-scm.com/)
- Install [Ruby](https://www.ruby-lang.org/en/)
- Install a code editor, I suggest [VsCode](https://code.visualstudio.com/)

### Setup

Clone the repo into your local machine:

```bash
git clone https://github.com/getssh/school_library
```

Install the dependencies using npm:

```bash
bundler install
```

### Run tests

To run tests, run the following command:

```bash
rubocop
```

👆

## 👥 Authors

👨‍💻 **Getayawkal Tamrat**

- GitHub: [@getssh](https://github.com/getssh)
- Twitter: [@GetayawkalT](https://twitter.com/GetayawkalT)
- LinkedIn: [@getayawkal-tamrat](https://www.linkedin.com/in/getayawkal-tamrat/)

👆

## 🔭 Future Features

- Improve UI, Page speed, Content rularity, etc...

👆

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

👆

## ⭐️ Show your support

If you like this project leave a start for it.

👆

## 🙏 Acknowledgments

- I would like to thank Microverse for helping me in my journey to become a Fullstack developer 🌹

👆

## 📝 License

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

👆