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

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


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

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          



logo

Microverse README Template

# 📗 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]** is a program that keeps track of book rentals made by students. You can add a Teacher, Student, Rental and Books.

## 🛠 Built With

### Tech Stack

Client

### Key Features

> Describe between 1-3 key features of the application.

- **[Make Book rental]**
- **[Add Students]**
- **[Add Teachers]**

(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 installed in your local machine

### Setup

Clone this repository to your desired folder:

```sh
cd School-Library
git clone https://github.com/Solobarine/School-Library
```

### Install

Install this project with:
### Usage

To run the project, execute the following command:

```sh
ruby person.rb
```

(back to top)

## 👥 Author
👤 **Akpuru Solomon

- GitHub: [@githubhandle](https://github.com/solobarine)
- Twitter: [@twitterhandle](https://twitter.com/solomonakpuru)
- LinkedIn: [LinkedIn](https://linkedin.com/in/solomon-akpuru)

(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

> Write a message to encourage readers to support your project

If you like this project...
Leave a star

(back to top)

## 🙏 Acknowledgments

> Give credit to everyone who inspired your codebase.

I would like to thank everyone

(back to top)

## 📝 License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)