Skip to content

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

trace-kadenyi/rails_budget_app

Repository files navigation

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

image categories transactions

Live Demo

LIVE DEMO LINK

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

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

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

Topics

Resources

Stars

Watchers

Forks