An open API service indexing awesome lists of open source software.

https://github.com/faranoshamini/school_library

Implemented a simple school library app using the full concepts of object oriented programming in ruby. This application takes input and returns the corresponding results from the terminal
https://github.com/faranoshamini/school_library

gem gemfile rspec rubocop ruby

Last synced: 2 months ago
JSON representation

Implemented a simple school library app using the full concepts of object oriented programming in ruby. This application takes input and returns the corresponding results from the terminal

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)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [School-Library]

### Tech Stack

>Implemented a simple school library app using the full concepts of object oriented programming in ruby. This application takes input and returns the corresponding results from the terminal.

Client

### Key Features

- **[Print out the decoded morse code string]**

(back to top)

## 💻 Getting Started

> Set up your code environment

### Prerequisites

Windows, Mac, Linux

- Download and install a PostgreSQL server.
- Add the PostgreSQL bin directory path to the PATH environmental variable.
- Open the psql command-line tool:
- Run a CREATE DATABASE command to create a new database.
- Connect to the new database using the command: \c databaseName.

### Usage

Run this from the root folder at the command prompt.

- ruby decoder.rb

(back to top)

## 👥 Authors

👤 **Faranosh Amini**

- GitHub: [@githubhandle](https://github.com/FaranoshAmini)
- Twitter: [@twitterhandle](https://twitter.com/Faranosh_Amini)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/faranosh-amini-9b925b23a/)

👤 **Nahnah Ahjuwah**

- GitHub: [@NahnahAJ](https://github.com/NahnahAJ)
- Twitter: [@NahnahAhjuwah](https://https://twitter.com/NahnahAhjuwah)
- LinkedIn: [Felicia-Awuah](https://www.linkedin.com/in/felicia-awuah-gyedua/)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project create an issue with your comments.

(back to top)

## 🙏 Acknowledgments

- I would like to thank Microverse

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)