Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nabilhy/school-library
OOP school library is a too that recods what books are in the library and who borrows them.
https://github.com/nabilhy/school-library
ruby
Last synced: 28 days ago
JSON representation
OOP school library is a too that recods what books are in the library and who borrows them.
- Host: GitHub
- URL: https://github.com/nabilhy/school-library
- Owner: NabilHY
- Created: 2022-08-23T18:27:53.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-31T16:24:10.000Z (over 2 years ago)
- Last Synced: 2023-03-11T09:07:45.538Z (almost 2 years ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# OOP school library
OOP school library is a too that recods what books are in the library and who borrows them.
This Ruby App allows us too
> Add new students or teachers
> Add new books
> Save records of who borrowed a given book and when## Built With
- Ruby
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
```
Ruby```
### Setup
Clone the repository and change the directory to school-library```
$ git clone [email protected]:NabilHY/school-library.git$ cd school-library
```
### Install
Install all project dependencies by running the command below
```
$ git --version
$ ruby --version && irb
```### Run the application
```
cd school-library
$ ruby main.rb
```
### Check linter errors
Start the webpack dev server
```
$ rubocop --autocorrect
```## Authors
👤 **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
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.