/Budget-App-rails

This is a mobile web application that allows you to manage your budget: you have a list of transactions associated with a category, so that you can see how much you spent on each category.

Primary LanguageRubyMIT LicenseMIT

Budget-App-rails

** This is a Budget App

budgetApp

ER Diagram

erd_diagram

Built With

  • Ruby on Rails
  • Ruby

Prerequisites

  • Ruby
  • Ruby on Rails
  • PostgreSQL

Install

  • Ruby
  • Ruby on Rails(as a gem)
  • Postgresql database

Getting Started

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

  • git clone https://github.com/medsonmoombe/Budget-App-rails.git
  • cd /Budget-App-rails
  • 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: gem install rspec
  • To run all the tests: rspec ./spec

Authors

👤 Emmanuel Moombe

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Acknowledgement

📝 License

This project is MIT licensed