Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/felipe-perez-ferraro/trans_by

A Project made in ruby on rails where you can load your categories and make transactions inside them.
https://github.com/felipe-perez-ferraro/trans_by

rails ruby tailwindcss

Last synced: about 1 month ago
JSON representation

A Project made in ruby on rails where you can load your categories and make transactions inside them.

Awesome Lists containing this project

README

        

# 📗 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)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 TransBy

**TransBy** is a Ruby on Rails project where you can add your favorite categories and make transactions.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Interact with Users**
- **A login page.**
- **A registration page.**
- **Home Page with the categories.**
- **Add categories page.**
- **Transactions page.**

(back to top)

## 🚀 Live Demo

- [Website](https://trans-by.onrender.com)
- [Project Video Presentation](https://www.loom.com/share/5778f94ee425492eaf6b35a6b2a3f591?sid=04fffdaa-9fca-4e4b-9af0-f30a4c422c38)

(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:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/Felipe-Perez-Ferraro/trans_by.git
```

### Install

Install this project with:

```sh
cd my-project
gem install
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

### Run tests

To run tests, run the following command:

```sh
rspec spec/
```

(back to top)

## 👥 Authors

👤 **Felipe Perez Ferraro**

- GitHub: [@githubhandle](https://github.com/Felipe-Perez-Ferraro)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/felipe-perez-ferraro-6b9358218/)

(back to top)

## 🔭 Future Features

- [ ] **API integration**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Felipe-Perez-Ferraro/trans_by/issues).

(back to top)

## ⭐️ Show your support

If you like this project please share with your friends and family!

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for teach me and support me to do this and Gregoire Vella for give the design of the website

(back to top)

## 📝 License

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

(back to top)