https://github.com/chrissiku/oop-school
School library store that allow to the librarian to record all informations about a bookand it's borrower
https://github.com/chrissiku/oop-school
gemfile gemfile-lock oop ruby
Last synced: 7 months ago
JSON representation
School library store that allow to the librarian to record all informations about a bookand it's borrower
- Host: GitHub
- URL: https://github.com/chrissiku/oop-school
- Owner: Chrissiku
- Created: 2022-08-22T14:10:27.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-02T00:42:12.000Z (about 3 years ago)
- Last Synced: 2025-02-28T05:47:37.166Z (8 months ago)
- Topics: gemfile, gemfile-lock, oop, ruby
- Language: Ruby
- Homepage:
- Size: 64.5 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# OOP school library
> This project is a school library store that allow to the librarian to record what books are in the library and who borrows them but also the system can allow to add new students or teachers, to add a new book and to save records of who borrowed a given book and when
## Built With
- Major languages : `Ruby`
- Frameworks : none
- Technologies used : `Git`, `Gitflows`, `Github`, `Rubocop` and `Rubygem`## Getting Started
To get a local copy up and running follow these simple example steps.### Prerequisites
- Have a computer and internet connection
- Have `Ruby` installed on your computer
- Hava a basic knowledge of `Ruby` and `OOP` concept
- Have `visual-studio code` or any other code editor installed on your computer.### Setup
- In order to get a copy of this project you need to download it from https://github.com/Chrissiku/OOP-School
- Extract the zipped file and open it in your code editor
### Install
- Run the command bellow in your terminal to get all required files
```
bundle install
```
### Run tests
you can run one of the followin command in your terminal
```Ruby
> Rubocop --color
> Rubocop -A
```
## Authors👤 **Chris Siku**
- GitHub: [@githubhandle](https://github.com/Chrissiku)
- Twitter: [@twitterhandle](https://twitter.com/christian_siku)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chris-siku-4bb53b232/)👤 **NabilHY**
- GitHub: https://github.com/NabilHY
- Twitter: https://twitter.com/NeoNabil2
- LinkedIn: https://www.linkedin.com/in/nabil-hayoun/## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- To Microvese
- FreeCodecamp tutorials## 📝 License
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._