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

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.

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

**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

## πŸ›  Built With

### Tech Stack

Framework

Server

Database

### Key Features

- **[Create users with access to the app]**
- **[Create new categories to be displayed for all users]**
- **[Create transactions with those categories]**

(back to top)

## πŸš€ Live Demo

- [Live Demo Link](https://super-transactions.onrender.com)

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

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **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/)

(back to top)

## πŸ”­ Future Features

- [ ] **[E-mail confirmation]**
- [ ] **[User Image]**
- [ ] **[Allow users to upload images]**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project please leave a star!

(back to top)

## πŸ™ 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.

(back to top)

## πŸ“ License

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

(back to top)