https://github.com/alejandroq12/fibonacci-numbers
Fibonacci Numbers
https://github.com/alejandroq12/fibonacci-numbers
Last synced: 2 months ago
JSON representation
Fibonacci Numbers
- Host: GitHub
- URL: https://github.com/alejandroq12/fibonacci-numbers
- Owner: Alejandroq12
- License: other
- Created: 2023-10-24T05:48:27.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-12-01T14:52:24.000Z (over 1 year ago)
- Last Synced: 2025-01-08T10:45:49.067Z (4 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## fibonacci-numbers
![]()
Fibonacci-Numbers
# 📗 Table of Contents- [📗 Table of Contents](#-table-of-contents)
- [📖 Fibonacci-Numbers fibonacci-numbers](#-fibonacci-numbers-fibonacci-numbers)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)# 📖 Fibonacci-Numbers fibonacci-numbers
Readme under construction.
Backend
### Key Features
- **Register new students or teachers.**
- **Catalogue new books.**
- **Track book borrowing records along with timestamps.**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
[Install Ruby](https://www.ruby-lang.org/en/documentation/installation/)
### Setup
```sh
cd my-folder
git clone https://github.com/Alejandroq12/university-books.git
```
### Install
This project does not require additional dependencies, just Ruby interpreter. However, it uses RuboCop as a linter and you should set it up as well.
```sh
bundle install
```
### Usage
To run the project, navigate to the project directory and execute the following command:
```sh
ruby main.rb
```
### Run tests
To run tests, run the following command:
Run the following command
```sh
rubocop
```
### Deployment
You can deploy this project using:
Not available at the moment.
👤 **Julio Quezada**
- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)
- **I will add a basic UI.**
- **I will implement composition as an example of the design pattern.**
Contributions, issues, and feature requests are welcome!
If you like this project please give a star.
Thanks in advance.
I would like to thank all of my colleagues who inspire to do my best everyday.
- **Did you create this project from scratch?**
- Yes, and for that reason I learned a lot.
This project is [MIT](./LICENSE) licensed.