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

https://github.com/aboongm/rails-buget-app

The Ruby on Rails capstone project is to build a mobile web application where I can manage my budget: I have a list of transactions associated with a category, so that I can see how much money I spent and on what. I will create a Ruby on Rails application that allows the user to: register and log in, so that the data is private to them. Create categories and add expenses on each of these categories see the expenses on each category.
https://github.com/aboongm/rails-buget-app

capybara-rspec devise postgresql rspec ruby ruby-on-rails

Last synced: 3 months ago
JSON representation

The Ruby on Rails capstone project is to build a mobile web application where I can manage my budget: I have a list of transactions associated with a category, so that I can see how much money I spent and on what. I will create a Ruby on Rails application that allows the user to: register and log in, so that the data is private to them. Create categories and add expenses on each of these categories see the expenses on each category.

Awesome Lists containing this project

README

        

# Rails Budget App

The Ruby on Rails capstone project builds a mobile web application where I can manage my budget: I have a list of transactions associated with a category, so that I can see how much money I spent and on what.

I created a Ruby on Rails application that allowed the user to:

- register and log in, so that the data is private to them.
- Create categories and add expenses on each of these categories
- see the expenses on each category.

# Deployment

[Heroku](https://rails-budget-app.herokuapp.com/)

[Video](https://drive.google.com/file/d/1eqiAnuXBwW5S19FJ3VrfW_daMgJTrwUu/view?usp=sharing)

## Built With

- Ruby
- Rails
- Devise
- PostgreSQL
- RSpec
- Capybara

## Getting Started

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

### Prerequisites

- A source-code editor (preferably Visual Studio Code)

### Install

- Ruby
- Rails
- PostgreSQL

### Using it Locally

- Clone the project

git clone https://github.com/aboongm/rails-buget-app.git

cd rails-buget-app

- To Start the programs

open terminal
run the command $irb (interactive ruby shell)
run the program functions

## Authors

👤 **Ranjit Luwang**

- GitHub: [@aboongm](https://github.com/aboongm)
- Twitter: [@John_luang1](https://twitter.com/John_luang1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/aboongm)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Microverse
- Inspired by Original design idea by [Gregoire Vella](https://www.behance.net/gregoirevella) on Behance

## 📝 License

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