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.

MIT License

Stars
3

SCHOOL-LIBRARY

Table of Contents

[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]

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

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

Esteban Palacios

Jose RM

Future Features

  • Connect this database to a website

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

If you like this project, please give me a star

Acknowledgments

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

License

This project is MIT licensed.

Related Projects