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.
- Host: GitHub
- URL: https://github.com/aboongm/rails-buget-app
- Owner: aboongm
- License: mit
- Created: 2022-08-09T09:50:32.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-05T13:18:38.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T09:20:48.168Z (4 months ago)
- Topics: capybara-rspec, devise, postgresql, rspec, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://rails-budget-app.herokuapp.com/
- Size: 166 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.