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

https://github.com/billymohajeri/oop-school-library

Imagine that you are the librarian of OOP University, and you need a tool to record what books are in the library and who borrows them. The app that you will create will allow you to: add new students or teachers, add new books, and save records of who borrowed a given book and when.
https://github.com/billymohajeri/oop-school-library

rspec ruby

Last synced: 3 months ago
JSON representation

Imagine that you are the librarian of OOP University, and you need a tool to record what books are in the library and who borrows them. The app that you will create will allow you to: add new students or teachers, add new books, and save records of who borrowed a given book and when.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

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

# 📖 OOP school library

**OOP school library** Imagine that you are the librarian of OOP University, and you need a tool to record what books are in the library and who borrows them. The app that you will create will allow you to:

- Add new students or teachers.
- Add new books.
- Save records of who borrowed a given book and when.

And all of this will be built in a beautiful and well-organized way!

## 🛠 Built With

### Tech Stack

### Key Features

- **Add new students or teachers**
- **Add new books**
- **Save records of who borrowed a given book and when**

(back to top)

## 🚀 Live Demo

- [Not deployed yet...]()

(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](https://www.ruby-lang.org/en/) installed and running.
- You should be able to use [IRB](https://en.wikipedia.org/wiki/Ruby_(programming_language)#Features).

### Setup

Clone this repository to your desired folder:

```
git clone [email protected]:billymohajeri/OOP-School-Library.git
```

### Install

Install this project with:

```
cd OOP-School-Library
gem install
```

(back to top)

## 👥 Authors

👤 **Billy Mohajeri**

- GitHub: [@BillyMohajeri](https://github.com/billymohajeri)
- Twitter: [@BillyMohajeri](https://twitter.com/BillyMohajeri)
- LinkedIn: [@BillyMohajeri](https://www.linkedin.com/in/billymohajeri)

👤 **Michael Amponsah**

- GitHub: [@michaelamponsah](https://github.com/michaelamponsah)
- Twitter: [@_mikeamponsah](https://twitter.com/_mikeamponsah)
- LinkedIn: [michaelamponsah](https://linkedin.com/in/mikeamponsah)

(back to top)

## 🔭 Future Features

- [ ] **Add basic UI**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, please consider giving it a star.

(back to top)

## 🙏 Acknowledgments

- I would like to thank all code reviewers for making this project better.

(back to top)

## 📝 License

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

(back to top)