Ruby-School-Library

Getting Started

πŸ“— Table of Contents

πŸ“– [Ruby-School-Library]

Imagine that you are the librarian of OOP University, and you need a tool to record what books are in the library and who borrows them.

πŸ›  Built With SQL

Tech Stack

Client

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)

πŸš€ Project Details

πŸ’» Getting Started

To get a local copy up and running follow these simple example steps.

Clone Git Repository

-Reach to following Github URL:

https://github.com/Zainab-Alzubair/ruby-school-library

-Copy the URL.

-In Visual Studio Code β€œTerminal” change the current working directory to the location where you want the cloned directory.

-Type git clone in the terminal, paste the URL you copied earlier, and press β€œenter” to create your local clone.

$ git clone {https://github.com/Zainab-Alzubair/ruby-school-library}

Prerequisites

In order to run this project you need:

  • Basic knowledge of Git, GitHub &Gitflow.
  • Basic knowledge of Ruby Ruby.
  • Basic knowledge of VS Code or any other code-editors.

Setup

Clone this repository to your desired folder:

_cd PATH_

_git clone https://github.com/Zainab-Alzubair/ruby-school-library.git

cd PATH

Usage

To run the project, execute the following command:

 rbenv install 2.5.3
 bundle install

(back to top)

πŸ‘₯ Authors

πŸ‘€ Zainab Alzubair

(back to top)

πŸ”­ Future Features

  • enable the user to input the Morse code

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

  • Thanks to Microverse for giving this opportunity to learn ...
  • Code Reviewers & Coding Partners.
  • Hat tip to anyone whose code was used.

(back to top)

❓ FAQ

Can the program convert only one word? Yes

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)