Budget App

This project is about building 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 Demo

Built With

  • Ruby on Rails
  • Rspec
  • Psql

Getting Started

Prerequisites

  • Ruby (ruby --v)
  • SQLite3 (sqlite3 --v)
  • Postgrestsql (psql --version)
  • Node.js (node --v)
  • Yarn (yarn --v)

To get a local copy run the following steps:

  • Copy this link this link
  • Open your terminal or command line
  • Run git clone https://github.com/Rayan84/budget-app.git
  • Open the folder with your code editor
  • Create a branch to work on

Install RSpec

To run the tests locally :

  • To instal RSpec for testing please run the following command on your terminal:

gem install rspec

👤 Rayan Rassam

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Acknowledgements

Show your support

Give a ⭐️ if you like this project!