https://github.com/d4nqw3rty/oop-school-library
Application built in ruby to track all the information about a borrowed book, register user, professor or student, add books and borrowed books
https://github.com/d4nqw3rty/oop-school-library
ruby sql
Last synced: over 1 year ago
JSON representation
Application built in ruby to track all the information about a borrowed book, register user, professor or student, add books and borrowed books
- Host: GitHub
- URL: https://github.com/d4nqw3rty/oop-school-library
- Owner: d4nQw3rty
- Created: 2022-12-19T17:48:21.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-04T22:34:14.000Z (over 3 years ago)
- Last Synced: 2025-02-02T07:43:27.744Z (over 1 year ago)
- Topics: ruby, sql
- Language: Ruby
- Homepage:
- Size: 582 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Microverse README Template
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [β FAQ](#faq)
- [π License](#license)
>
**[OOP school library]** is an app that record what books are in the library and who borrows them.
> Describe the tech stack and include only the relevant sections that apply to your project.
Ruby
>
- **[Add books]**
- **[Add students or teachers ]**
- **[Save records of who borrowed a given book and when]**
>
- [Not available]()
>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Install Ruby in your computer [Ruby](https://www.ruby-lang.org/en/documentation/installation/)
- Install Git in your computer [Git](https://git-scm.com/downloads)
- Any text editor [VSCode](https://code.visualstudio.com/download) recomended
### Setup
Clone this repository to your desired folder:
git clone git@github.com:d4nQw3rty/OOP-school-library.git
### Install
Install this project with:
run in your terminal the command: bundle install
### Usage
To run the project, execute the following command:
exeecute the command: ruby main.rb
### Run tests
To run tests, run the following command:
### Deployment
You can deploy this project using:
> Mention all of the collaborators of this project.
π€ **Danys Linares**
- GitHub: [@github](https://github.com/d4nQw3rty)
- Twitter: [@twitter](https://twitter.com/Danys_Linares)
- LinkedIn: [LinkedIn](www.linkedin.com/in/danys-linares)
π€ **Oscar FernΓ‘ndez MuΓ±oz**
- GitHub: [@oscarfmdev](https://github.com/oscarfmdev)
- Twitter: [@oscarfmdev](https://twitter.com/oscarfmdev)
- LinkedIn: [LinkedIn](https://linkedin.com/in/oscarfmdev)
> Describe 1 - 3 features you will add to the project.
- [ ] **[Calculate any fee]**
- [ ] **[add book quantity]**
- [ ] **[How many are borrow]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/d4nQw3rty/OOP-school-library/issues).
> Write a message to encourage readers to support your project
If you like this project give a star βοΈ
> Give credit to everyone who inspired your codebase.
I would like to thank [Microverse](https://www.microverse.org/) for the opportunity to learn and grow as a developer.
> Add at least 2 questions new developers would ask when they decide to use your project.
- **[Was it built with ruby?]**
- [yes it was]
- **[will you create new programs?]**
- [Yes i will be creating new programs]
This project is [MIT](./MIT.md) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._