Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipe-perez-ferraro/ruby-school-library
https://github.com/felipe-perez-ferraro/ruby-school-library
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/felipe-perez-ferraro/ruby-school-library
- Owner: Felipe-Perez-Ferraro
- License: mit
- Created: 2023-10-09T20:28:13.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-10-17T23:11:53.000Z (about 1 year ago)
- Last Synced: 2024-10-19T02:47:21.904Z (3 months ago)
- Language: Ruby
- Size: 39.1 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)
- [💻 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)In this project, you are going to learn about ruby classes!
## 🛠 Built WithRuby
> Key features of this application.
- **[School Library data]**
# Getting Started
Welcome to Morse Code Decoder! Follow these steps to get your project up and running.
## Setup
### Prerequisites
Before you begin, ensure you have met the following requirements:
- Ruby: [Download and install Ruby](https://www.ruby-lang.org/en/documentation/installation/).
## Install
1. Clone the repository:
```bash
git clone https://github.com/Felipe-Perez-Ferraro/ruby-school-library.git
cd your-project2. Install dependencies using Bundler:
```bashgem install bundler # If you haven't installed Bundler already
bundle install## Usage
Now that you have installed the project and its dependencies, you can start using it:
ruby index.rb
## Run Tests
To run the project's tests, use the following command:
rspec
## Deployment
For deployment, you can use GitHub pages.
👤 **Felipe Perez Ferraro**
- GitHub: [@Felipe Perez Ferraro](https://github.com/Felipe-Perez-Ferraro)
>features i will add to the project.
- [ ] **[Front end website]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Felipe-Perez-Ferraro/ruby-school-library/issues).
If you like this project please share it!
- I would like to thank microverse student team for the resources availed.
- **What is ruby?**
Ruby is a dynamic, high-level programming language known for its simplicity and productivity. It is often used for web development (Ruby on Rails), scripting, and building software applications. Ruby emphasizes readability and developer happiness through elegant and concise code. It is an interpreted language with a strong focus on object-oriented programming and has a rich ecosystem of libraries and gems for various purposes.
This project is [MIT](./LICENSE) licensed.