https://github.com/prangonghose/school-libray-with-ruby
It is a repository holding Ruby codes to display terminal UI in order to fully run a School Library app.
https://github.com/prangonghose/school-libray-with-ruby
ruby
Last synced: over 1 year ago
JSON representation
It is a repository holding Ruby codes to display terminal UI in order to fully run a School Library app.
- Host: GitHub
- URL: https://github.com/prangonghose/school-libray-with-ruby
- Owner: PrangonGhose
- License: mit
- Created: 2023-03-07T09:33:47.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2023-03-16T21:37:04.000Z (over 3 years ago)
- Last Synced: 2025-02-03T11:24:56.933Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 270 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
School Library with Ruby
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [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)
# π Project Name
## School Library with Ruby
- `Ruby`
> Describe between 1-3 key features of the application.
- A simple code to add persons in a School Library in Ruby.
Live demo is currently unavailable.
## π» Getting Started
To clone the repository in local environment try following steps.
### Prerequisites
- [x] A code editor like Visual Studio Code with Git and Node.js.
You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```
Likewise for Node.js and npm for package installation.
```
$ ruby --version && gem --version
```
### Setup
Clone the repository using [this link](https://github.com/PrangonGhose/school-library-with-ruby.git).
### Install
In the terminal, go to your file directory and run this command.
```
$ git clone https://github.com/PrangonGhose/school-library-with-ruby.git
```
### Get into development
In the terminal, run these commands to get into development.
```
$ cd school-library-with-ruby
$ bundle init
$ bundle install (install dependencies)
$ ruby main.rb (run the app locally)
```
### Usage
This website is applicable for both mobile and desktop version.
### Deployment
π€ **Prangon Ghose**
- GitHub: [@PrangonGhose](https://github.com/PrangonGhose)
- LinkedIn: [Prangon Ghose](https://www.linkedin.com/in/prangon-ghose/)
π€ **Ricardo MartΓnez**
- GitHub: [@rmrmrmr](https://github.com/rmrmrmr)
- Twitter: [@ricmtza](https://twitter.com/ricmtza)
- LinkedIn: [LinkedIn](www.linkedin.com/in/ricardo-mag)
Contributions, issues, and feature requests are welcome! Add suggestions by opening new issues.
Feel free to check the [issues page](https://github.com/PrangonGhose/school-library-with-ruby/issues).
Give a βοΈ if you like this project!
Authors would like to thank:
- [Microverse](https://www.microverse.org/)
- Code Reviewers
- Coding Partners
This project is [MIT](./LICENSE) licensed.