https://github.com/tomasesquivelgc/super-transactions
Application meant to keep track of business spending. Create categories and transactions; see a list of them and your total.
https://github.com/tomasesquivelgc/super-transactions
activerecord authentication authorization budget-app database postgresql ruby ruby-on-rails
Last synced: 4 months ago
JSON representation
Application meant to keep track of business spending. Create categories and transactions; see a list of them and your total.
- Host: GitHub
- URL: https://github.com/tomasesquivelgc/super-transactions
- Owner: tomasesquivelgc
- License: mit
- Created: 2023-11-20T14:51:28.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-12-01T18:25:13.000Z (over 1 year ago)
- Last Synced: 2025-01-06T03:40:31.731Z (5 months ago)
- Topics: activerecord, authentication, authorization, budget-app, database, postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SuperTransactions
# π 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)
- [Deployment](#deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)**SuperTransactions** is a Ruby on Rails application that allows users to create categories and transactions in an organized manner. This is my Microverse 'Module 5: Ruby on Rails' capstone project
https://www.loom.com/share/c5eec375dc3742ca87e398ab4f3b408f?sid=0d4c4613-3486-4201-a028-da44280e577d
Framework
Server
Database
- **[Create users with access to the app]**
- **[Create new categories to be displayed for all users]**
- **[Create transactions with those categories]**
- [Live Demo Link](https://super-transactions.onrender.com)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need ruby on your local machine.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:tomasesquivelgc/Super-Transactions.git
```
### Install
Install this project with:
```sh
bundle install
```
### Usage
To run the project, execute the following command:
```sh
./bin/dev
```
### Run tests
To run tests, run the following command:
```sh
rspec
```
### Deployment
You can deploy this project using:
π€ **Tomas Esquivel**
- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)
- Twitter: [@EsquivelTomas](https://twitter.com/EsquivelTomas)
- LinkedIn: [Tomas Esquivel](https://www.linkedin.com/in/tomΓ‘s-esquivel-b2160568/)
- [ ] **[E-mail confirmation]**
- [ ] **[User Image]**
- [ ] **[Allow users to upload images]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please leave a star!
## π Acknowledgments
This app was made with [Gregoire Vella](https://www.behance.net/gregoirevella) [original design](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=)
I would like to thank Microverse for this oppportunity and all of my friends and family for always supporting me.
This project is [MIT](./LICENSE) licensed.