/budget-app

A mobile web application where you can manage your budget: there is a list of transactions associated with a category so that you can see how much money you spent and on what.

Primary LanguageRubyMIT LicenseMIT

Personal Stash

A mobile web application where you can manage your budget: there is a list of transactions associated with a category so that you can see how much money you spent and on what.


Built With

  • Ruby on Rails
  • PostgreSQL

Prerequisites

  • Ruby
  • Ruby on Rails
  • PostgreSQL

Install

  • Ruby
  • Ruby on Rails
  • PostgreSQL Database

Getting Started

To get a local copy of the app, run the following commands in your terminal:

 git clone https://github.com/lembani/budget-app.git
 cd budget-app
 > bundle install

Run the following commands to run the app

> rails db:create
> rails db:migrate
> rails s

In your browser, go to:

http://localhost:3000

Testing

  • To install rspec and run tests:
> gem install rspec
> rspec

Author

👤 Lembani Sakala

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Acknowledgement

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed