Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/estete9/my-things-catalog
- Owner: Estete9
- License: mit
- Created: 2023-12-04T20:05:14.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-12-08T11:31:19.000Z (about 1 year ago)
- Last Synced: 2024-12-21T05:25:55.364Z (about 2 months ago)
- Language: Ruby
- Size: 146 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.> RUBY
- **[CREATE SPEC FOLDER**
- **[CREATE TESTS FOR ALL CLASSES]**### 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- To retrieve the dependencies of this project, run `bundle install`
To make use of this project on the console, kindly run `ruby main.rb`
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👤 **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)- **Connect this database to a website**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/eamador1/school-library/issues).
If you like this project, please give me a star ⭐️
I would like to thank my teammates at Microverse. You are the best!
This project is [MIT](./LICENSE) licensed.