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

https://github.com/aima98/oop-school-library1

OOP School Library is an application that holds school library information. The application enables the one to add a new student, a teacher or a book and also store information of whoever borrows a book and when.
https://github.com/aima98/oop-school-library1

ruby

Last synced: 9 months ago
JSON representation

OOP School Library is an application that holds school library information. The application enables the one to add a new student, a teacher or a book and also store information of whoever borrows a book and when.

Awesome Lists containing this project

README

          

# OOP-School-Library1


OOP School Library


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [OOP-School-Library1]

**[OOP-School-Library1]** is an application that holds school library information. The application enables the one to add a new student, a teacher or a book and also store information of whoever borrows a book and when.

## 🛠 Built With

### Tech Stack

- Ruby

### Key Features

- **[Creating project classes]**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites
In order to run this project you need:

- Ruby
- VS code editor

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/aima98/OOP-School-Library.git
```

Run the main file:

```sh
ruby ./main.rb

```

### Run tests

To run tests, run the following command:

- Not available for now

(back to top)

## 👥 Authors

👤 **Oumaima Nejjari**

- GitHub: [@aima98](https://github.com/aima98)
- LinkedIn: [Oumaima Nejjari](https://www.linkedin.com/in/oumaimanejjari)

👤 **John Murianki**

- GitHub: [Tjay](https://github.com/tjay1760)
- LinkedIn: [John Murianki](https://www.linkedin.com/in/john-murianki-thiongo/)
- Twitter: [John Murianki](https://https://twitter.com/TjayPod)

(back to top)

## 🔭 Future Features

- **[Completing projects' features]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/aima98/OOP-School-Library/issues).

(back to top)

## ⭐️ Show your support

If you like this project please give it a ⭐️

(back to top)

## 🙏 Acknowledgments

I would like to thank everyone at Microverse for their support.

(back to top)

## 📝 License

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

(back to top)