https://github.com/trace-kadenyi/rails_budget_app
SmartMoney is a mobile web application to 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. The Rails application allows the user to: register and log in. add new transactions for a category, see the expense on each category
https://github.com/trace-kadenyi/rails_budget_app
cancancan database devise-token-auth heroku-deployment postgresql rspec-rails ruby ruby-on-rails tdd
Last synced: 5 months ago
JSON representation
SmartMoney is a mobile web application to 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. The Rails application allows the user to: register and log in. add new transactions for a category, see the expense on each category
- Host: GitHub
- URL: https://github.com/trace-kadenyi/rails_budget_app
- Owner: trace-kadenyi
- Created: 2022-11-14T10:30:52.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-24T20:49:27.000Z (over 3 years ago)
- Last Synced: 2025-03-11T06:50:06.267Z (over 1 year ago)
- Topics: cancancan, database, devise-token-auth, heroku-deployment, postgresql, rspec-rails, ruby, ruby-on-rails, tdd
- Language: Ruby
- Homepage: https://smart-money-72362.herokuapp.com/
- Size: 1.53 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Budget App
> This 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.
The Ruby on Rails application that allows the user to:
- register and log in, so that the data is private to them.
- introduce new transactions associated with a category.
- see the money spent on each category.
## Built With
- Ruby
- Ruby on Rails
- PostgreSQL
- Rspec
## Preview



## Live Demo
[LIVE DEMO LINK](https://smart-money-72362.herokuapp.com/)
## Getting Started
To get a local copy up and running follow these simple example steps.
> - Run `git clone https://github.com/TracK92/rails_budget_app.git`
> - Run `cd rails-budget-app` to change to project root directory
> - Run `bundle install`
> - Run `rails db:reset`
> - Run `rails db:migrate:reset`
> - Run `rails s` to run the app
> - Open `http://localhost:3000/` on your browser
### Prerequisites
- Text Editor (e.g. VS Code, Sublime text)
- git
### Setup
### Install
- Ruby
- Rails
- PostgreSQL
### Run tests
- Run `rspec .`
## Authors
👤 **Tracey Kadenyi**
- GitHub: [@TracK92](https://github.com/TracK92)
- LinkedIn: [@Tracey Kadenyi](https://www.linkedin.com/in/Tracey-Kadenyi/)
## 🤝 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
- Original design by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).
## 📝 License
This project is [MIT](https://opensource.org/licenses/MIT) licensed.