Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/estete9/my-things-catalog

A console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games.
https://github.com/estete9/my-things-catalog

Last synced: about 1 month ago
JSON representation

A console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games.

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)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [SCHOOL-LIBRARY]
In this project we add unit tests to your codebase, specifically to our classes.

## 🛠 Built With

### Tech Stack

> RUBY

### Key Features

- **[CREATE SPEC FOLDER**
- **[CREATE TESTS FOR ALL CLASSES]**

(back to top)

## 💻 Getting Started

### PRE-REQUISITE

In order to run this project you need:

VS_CODE

### Setup

Clone this repository to your desired folder:

mkdir school-library
cd school-library
git clone [email protected]:eamador1/school-library.git

### Install

- To retrieve the dependencies of this project, run `bundle install`

(back to top)

### Usage

To make use of this project on the console, kindly run `ruby main.rb`

### Testing

To run all tests please:
- Make sure that the `rspec` gem is installed
- Confirm that you are at the root directory (ex: ./my-things-catalog)
- Run the script `rspec`
- *Alternatvely run the script `rspect --format doc` for a more stylized output

## 👥 Authors

👤 **Erwin Amador**

- GitHub: [@eamador1](https://github.com/eamador1)
- Twitter: [@hokieamador](https://twitter.com/hokieamador)
- LinkedIn: [@hokiemador](https://linkedin.com/in/hokiemador)

👤 **Esteban Palacios**

- GitHub: [@Estete9](https://github.com/Estete9)
- Twitter: [@NaughTban](https://twitter.com/NaughTban)
- LinkedIn: [Esteban Palacios](https://www.linkedin.com/in/dev-esteban-palacios/)

👤 **Jose RM**

- GitHub: [@Joramot](https://github.com/joramot)
- Twitter: [@El_rulis](https://twitter.com/el_rulis)
- LinkedIn: [jose-RM](https://linkedin.com/in/jose-RM)

(back to top)

## 🔭 Future Features

- **Connect this database to a website**

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/eamador1/school-library/issues).

(back to top)

## ⭐️ Show your support

If you like this project, please give me a star ⭐️

(back to top)

## 🙏 Acknowledgments

I would like to thank my teammates at Microverse. You are the best!

(back to top)

## 📝 License

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

(back to top)