Mosams / Budget_Hippo

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Budget Hippo

Budget Hippo 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.

Live Version

https://mysterious-hollows-81066.herokuapp.com/

Project screenshots

screenshot

Additional description about the project and its features.

Built With

  • RUBY on RAILS
  • PostgreSQL
  • Tailwind CSS
  • Devise
  • RSPEC
  • Cancancan

How to Setup

You can simply clone or download this repository, and use your favorite browser or code editor to run this program.

  • To open the project after download, simply double click the index.html file

  • To open this project using vs code ( for this example) or your favorite code editor, you can follow the guide below:

    in your cmd or command line navigate to where this project is located, then;

cd Budget_Hippo

thereafter run

code .

How to Run the App through terminal

  • To run the application through trminal, make sure ruby and IRB is installed in your computer then follow the guide below:

    in your cmd or command line navigate to where this project is located, then;

cd Budget_Hippo

Install Gems

bundle install

then initialize the database

rails db:reset

Incase its the first time:

rails db:create

then

rails db:migrate
rails db:test:prepare

thereafter run

.rails s

Author

👤 Mongare S.

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


Languages

Language:Ruby 65.0%Language:HTML 32.9%Language:JavaScript 1.4%Language:CSS 0.8%