https://github.com/getssh/school_library
https://github.com/getssh/school_library
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/getssh/school_library
- Owner: getssh
- License: mit
- Created: 2023-05-24T20:56:53.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-28T13:43:06.000Z (about 3 years ago)
- Last Synced: 2025-02-21T19:43:53.729Z (over 1 year ago)
- Language: Ruby
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 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** 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.
Client
- Ruby
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
```
👨💻 **Getayawkal Tamrat**
- GitHub: [@getssh](https://github.com/getssh)
- Twitter: [@GetayawkalT](https://twitter.com/GetayawkalT)
- LinkedIn: [@getayawkal-tamrat](https://www.linkedin.com/in/getayawkal-tamrat/)
- Improve UI, Page speed, Content rularity, etc...
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project leave a start for it.
- I would like to thank Microverse for helping me in my journey to become a Fullstack developer 🌹
This project is [MIT](./LICENSE) licensed.