Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/v-blaze/school-library-app

This is an app built with ruby that allows you to Add new students or teachers, Add new books, Save records of who borrowed a given book and when.
https://github.com/v-blaze/school-library-app

Last synced: 1 day ago
JSON representation

This is an app built with ruby that allows you to Add new students or teachers, Add new books, 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)
- [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](#faq)
- [📝 License](#license)

# 📖 School-Library-App

> This is an app built with ruby that allows you to Add new students or teachers, Add new books, Save records of who borrowed a given book and when.

### 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

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

### Setup

Clone this repository to your desired folder:

```
git clone https://github.com/V-Blaze/School-Library-App.git
```

### Install

Install this project with:

```
cd School-Library-App
bundle install
```

### Usage

To run the project, execute the following command:

```
ruby my_list.rb
```

### Run tests

To run tests, run the following command:

```
ruby -I test
```

### Deployment

You can deploy this project using:

```

```

(back to top)

## 👥 Author

👤 Valentine Blaze

- GitHub: [@V-blaze](https://github.com/V-Blaze)
- Twitter: [@blaze_valentine](https://twitter.com/blaze_valentine)
- LinkedIn: [@valentine-blaze](https://www.linkedin.com/in/valentine-blaze/)

(back to top)

## 🔭 Future Features

- Preserve persons data.

(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 give it a ⭐️

(back to top)

## 🙏 Acknowledgments

Thanks [@microverse](https://www.microverse.org/)

(back to top)

## 📝 License

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

(back to top)