This app keps track of all your transctions
For using the app you can use the Demo link above to see the app in action, no further prerequisites are needed.
You should have ruby on rails
and postgresql
installed and running on your machine before you can start developing this app.
To start using this software you need to have Ruby installed in your machine Then clone this repo:
-$ git clone [email protected]:Ismailco/budget-saver.git
-$ cd budget-saver
Then install the gems:
-$ bundle install
Then run the server:
-$ rails server
Then visit the URL:
-$ http://localhost:3000
To run rspec, in your terminal for testing the methods:
-$ rspec
👤 Ismail Courr
- GitHub: @ismailco
- Twitter: @ismailcourr
- LinkedIn: Ismail courr
- Original design idea by Gregoire Vella on Behance.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.