https://github.com/francis3400/school-library
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/francis3400/school-library
ruby rubygems
Last synced: about 1 year 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.
- Host: GitHub
- URL: https://github.com/francis3400/school-library
- Owner: francis3400
- License: mit
- Created: 2023-04-21T12:16:39.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-28T23:28:10.000Z (about 3 years ago)
- Last Synced: 2025-04-02T07:29:37.236Z (over 1 year ago)
- Topics: ruby, rubygems
- Language: Ruby
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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](#faq)
- [📝 License](#license)
> 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.
- Add new students or teachers.
- Add new books.
- Save records of who borrowed a given book and when.
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/francis3400/School-Library.git
```
### Install
Install this project with:
```
cd School-library
bundle install
```
### Usage
To run the project, execute the following command:
```
ruby person.rb
ruby student.rb
ruby teacher.rb
```
### Run tests
To run tests, run the following command:
```
ruby -I test
```
👤 **Francis Uche**
- GitHub: [@Francis3400](https://github.com/francis3400)
- Twitter: [@FrancisBlinkz](https://twitter.com/francisblinkz)
- LinkedIn: [@francis-uche](https://www.linkedin.com/in/francis-uche/)
- Preserve persons data.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, Please give it a ⭐️
Thanks [@microverse](https://www.microverse.org/)
This project is [MIT](./LICENSE) licensed.