Skip to content
/ budgetty Public

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. Built with Ruby / Ruby on Rails / Tailwind rails

Notifications You must be signed in to change notification settings

cwaku/budgetty

Repository files navigation

Budgetty

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.

Deployment

Deployed on heroku

Built With

  • css framework: Tailwind rails

  • Major languages: Rails, Ruby

  • Technologies used: Rubocop

Prerequisites

Setup

  • Install gems with:
  • bundle install
  • NPM install
  • Setup database with
  • rails db:create
  • rails db:migrate

Usage

Note: Confirm that you can run Procfile.dev to use ./bin/dev. Else if you can't run it, run ./bin/rails server but that also won't build the Tailwindcss.

  • run: git clone https://github.com/cwaku/budgetty.git
  • connect to postgresql with: psql -U postgres
  • run: ./bin/dev to connect to the server
  • Open http://localhost:3000/ in your browser.

Run tests

  • install npm with:
  • npm i
  • install rspec with:
  • bundle install
  • and
  • rails generate rspec:install
  • Run the test with:
  • rspec spec

Author

👤 Ricky Mormor

🤝 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

Original design idea by Gregoire Vella on Behance.

📝 License

This project is MIT licensed.

Creative Commons license of the design

About

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. Built with Ruby / Ruby on Rails / Tailwind rails

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published