Skip to content

My Budget app is a Ruby on Rails application that aims to make the process of tracking my expenses easier. It will hopefully help you too! You will be able to create your account and have all your expenses there.

Notifications You must be signed in to change notification settings

abiodunraheem/Budget-app

Repository files navigation

Budget App

Budget app is a Ruby on Rails application that aims to make the process of tracking my expenses easier. It will hopefully help you too! You will be able to create your account and have all your expenses there.

Enjoy!

Built With

  • Ruby on Rails
  • Bootstrap 5
  • CSS3

Live Demo

View live demo here:

Video Presentation

View demo video here:

Additional Tools

  1. Rubocop
  2. Stylelint
  3. Ruby Gems

Getting Started

To get local copy of the project and run

  1. git clone git@github.com:abiodunraheem/Budget-app.git
  2. cd Budget_app
  3. gem install bundler
  4. bundle install
  5. rails s

Database Setup

Setup db

  1. su - postgres
  2. psql
  3. create role user with createdb login password 'root'
  4. rails db:setup
  5. rails db:create

Tests

  1. bundle exec rspec
  2. rubocop

Run your tests

  1. rake
  2. rspec

To run rubocop we use:

  1. rubocop

To autocorrect offenses with rubocop we use:

  1. rubocop --autocorrect-all or
  2. rubocop -A

Have fun with TDD!

Author

👤 Abiodun Raheem

🤝 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

My Budget app is a Ruby on Rails application that aims to make the process of tracking my expenses easier. It will hopefully help you too! You will be able to create your account and have all your expenses there.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published