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

https://github.com/quavo19/school-library

A tool designed to keep track of the books present in the library as well as the individuals who borrow them.
https://github.com/quavo19/school-library

gemfile linter ruby

Last synced: 2 months ago
JSON representation

A tool designed to keep track of the books present in the library as well as the individuals who borrow them.

Awesome Lists containing this project

README

        


School Library

# 📗 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)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 [School Library]

**[School Library]** It is a tool designed to keep track of the books present in the library as well as the individuals who borrow them.

## 🛠 Built With

### Tech Stack

Backend

Database

### Key Features

- **[Add new students and teachers]**
- **[Add new books]**
- **[Save records]**

(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:

- install ruby if not already installed
```sh
$ sudo apt install ruby
```

### Setup

Clone this repository to your desired folder:

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

### Install

Install this project with:

```sh
$ cd school-library
$ gem install
```

(back to top)

## 👥 Author

👤 **Akite Donald**

- GitHub: [@Donald](https://github.com/quavo19)
- Twitter: [@AkiteDonald](https://twitter.com/DonaldAkite)
- LinkedIn: [@AkiteDonald](https://www.linkedin.com/in/donald-akite-299a31222/)

(back to top)

## 🔭 Future Features

- [ ] **[write tests]**
- [ ] **[Add a UI]**

(back to top)

## 🤝 Contributing

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

(back to top)

## ⭐️ Show your support

If you like this project give it a star

(back to top)

## 🙏 Acknowledgments

I would like to thank the code reviewers for their assistance.

(back to top)

## 📝 License

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

(back to top)