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

https://github.com/mre55/rails-budget-app

This Rails budget app is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
https://github.com/mre55/rails-budget-app

postgresql ruby ruby-on-rails tailwindcss

Last synced: 3 months ago
JSON representation

This Rails budget app is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.

Awesome Lists containing this project

README

          

# Yene Budget App

> This rails budget app is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.

## Live Link

- [Heroku](https://fast-escarpment-78982.herokuapp.com/)

## Built With

- Ruby
- Ruby on Rails
- Postgresql
- Tailwind CSS

## Getting Started

**To get a local copy up and running follow these simple example steps:**

### Prerequisites

- [Ruby](https://www.ruby-lang.org/en/)
- [Rails](https://gorails.com/)

### Setup

- Make sure you have Ruby on Rails set up properly on your computer

``` sh
git clone git@github.com:Mre55/Rails-Budget-App.git
```
``` sh
cd Rails-Budget-App
```

### Install

```sh
bundle install
```

```sh
npm install
```
### Run

```
rails db:create
```

```
rails db:migrate
```

```
rails s
```

### Test

```sh
rspec
```
### Usage

To start Rails Budget App you need to first `signup`

👤 **Mihreteab Misganaw Aride**

- GitHub: [@Mre55](https://github.com/Mre55)
- Twitter: [@MreMisganaw](https://twitter.com/MreMisganaw)
- LinkedIn: [Mihreteab Aride](https://www.linkedin.com/in/mihreteab-aride-86249812b/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

- Feel free to check the [issues page](https://github.com/Mre55/ror-blog-app/issues).

## Acknowledgements

- Credit of the design goes to [Creative Commons license](https://creativecommons.org/licenses/by-nc/4.0/). The Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).

## Show your support

Give a ⭐️ if you like this project!