Skip to content

A budgeting app, where you can put in your daily expenditure, sort it into categories, and then see the breakdown of the expenditures per category. Made with Ruby on Rails.Rails Capstone Project

Notifications You must be signed in to change notification settings

qwibbler/EconoMe

Repository files navigation

EconoMe

A budgeting app, where you can put in your daily expenditure, sort it into categories, and then see the breakdown of the expenditures per category. Made with Ruby on Rails.

splash_page

category_page transactions_page details_page

Built With

  • Ruby 3.1.2
  • Rails 7.0.3
  • Rubocop
  • Devise
  • Rspec
  • Capybara

Getting Started

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

Prerequisites

  • Ruby
  • PostgreSQL
  • RubyGems
  • Node.js
  • Yarn
  • Rails

Setup

  • Clone the repository using git clone https://github.com/qwibbler/blogoverse.
  • cd into the project folder.
  • Update your database credentials in the \config\database.yml.

Install

  • Run bundle install in your terminal to install all the required dependencies.
  • Run rails db:setup to configure your database.
  • Run rails s to start the server.
  • Go to localhost:3000 (or whatever port the server is listening on).

Usage

  • You can sign up with new user, or log in if you already have an account.
  • You will start with some default categories, but you can add as many new ones as you like.
  • You can add an icon to each category, to quickly and easily recognize it.
  • You can view all the utransactions in a given category as well as their total price.
  • You can vieweach individual transaction in detail.

Run tests

  • Run rails db:seed RAILS_ENV=test to seed the test database.
  • Run rspec in your terminal.

Authors

👤 Humaira Zaman

🤝 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

A budgeting app, where you can put in your daily expenditure, sort it into categories, and then see the breakdown of the expenditures per category. Made with Ruby on Rails.Rails Capstone Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published