/Budget-app

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.

Primary LanguageRubyMIT LicenseMIT

Ruby Rails

Budget Manager

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.

Made With

  • Ruby on Rails
  • Devise
  • Bootstrap 5

Entity Relationship Diagram

Getting Started

Setup

To setup the project locally, clone the repository using:

$ git clone git@github.com:shahira-sadat/Budget-app.git

Install dependencies

run:

$ bundle install

Setup the database

run:

$ rails db:create
$ rails db:migrate
$ rails db:seed

Run the app

run:

$ rails s

Run the tests

run:

$ rspec

Authors

👤 Shahira Sadat👩🏻‍💻

Acknowledgment

  • Gregoire Vella on Behance.
  • Hat tip to anyone whose code was used.
  • Inspiration
  • etc

🤝 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!

📝 License

This project is MIT licensed.