Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/felipe-perez-ferraro/trans_by
- Owner: Felipe-Perez-Ferraro
- License: mit
- Created: 2023-11-27T19:54:46.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-11-29T17:17:32.000Z (about 1 year ago)
- Last Synced: 2024-10-19T02:47:17.077Z (3 months ago)
- Topics: rails, ruby, tailwindcss
- Language: Ruby
- Homepage: https://trans-by.onrender.com
- Size: 115 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** is a Ruby on Rails project where you can add your favorite categories and make transactions.
Client
Server
Database
- **Interact with Users**
- **A login page.**
- **A registration page.**
- **Home Page with the categories.**
- **Add categories page.**
- **Transactions page.**
- [Website](https://trans-by.onrender.com)
- [Project Video Presentation](https://www.loom.com/share/5778f94ee425492eaf6b35a6b2a3f591?sid=04fffdaa-9fca-4e4b-9af0-f30a4c422c38)
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/
```
👤 **Felipe Perez Ferraro**
- GitHub: [@githubhandle](https://github.com/Felipe-Perez-Ferraro)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/felipe-perez-ferraro-6b9358218/)
- [ ] **API integration**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Felipe-Perez-Ferraro/trans_by/issues).
If you like this project please share with your friends and family!
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
This project is [MIT](./LICENSE) licensed.