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.
- Ruby
- Ruby on Rails
- PostgreSQL
- Rspec
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
- Text Editor (e.g. VS Code, Sublime text)
- git
- Ruby
- Rails
- PostgreSQL
- Run
rspec .
👤 Tracey Kadenyi
- GitHub: @TracK92
- LinkedIn: @Tracey Kadenyi
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Original design by Gregoire Vella on Behance.
This project is MIT licensed.