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: 8 months ago
JSON representation

OOP school library is a too that recods what books are in the library and who borrows them.

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 git@github.com: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.