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

https://github.com/alejandroq12/fibonacci-numbers

Fibonacci Numbers
https://github.com/alejandroq12/fibonacci-numbers

Last synced: 2 months ago
JSON representation

Fibonacci Numbers

Awesome Lists containing this project

README

        

## fibonacci-numbers



logo


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.

## 🛠 Built With

### Tech Stack

Backend

### Key Features
- **Register new students or teachers.**
- **Catalogue new books.**
- **Track book borrowing records along with timestamps.**

(back to top)

## 💻 Getting Started

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.

(back to top)

## 👥 Authors

👤 **Julio Quezada**

- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)

(back to top)

## 🔭 Future Features

- **I will add a basic UI.**
- **I will implement composition as an example of the design pattern.**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

## ⭐️ Show your support

If you like this project please give a star.
Thanks in advance.

(back to top)

## 🙏 Acknowledgments

I would like to thank all of my colleagues who inspire to do my best everyday.

(back to top)

## ❓ FAQ

- **Did you create this project from scratch?**

- Yes, and for that reason I learned a lot.

(back to top)

## 📝 License

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