Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/v-blaze/school-library-app
- Owner: V-Blaze
- License: mit
- Created: 2023-01-30T12:39:27.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-08T21:56:15.000Z (about 2 years ago)
- Last Synced: 2024-12-15T00:44:37.355Z (about 2 months ago)
- Language: Ruby
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)> 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/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:
```
```
👤 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/)- 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.