An app that helps you to keep track of all your expenses.
- Ruby
- Rails
- PostgreSql
- Ruby (2.7 or newer)
- Bundle (2.1.4 or newer)
To get a local copy follow these simple steps.
1.- Open the terminal window and clone the repository using this command:
git clone git@github.com:VicPeralta/my_money.git
2.- Change the directory to the my_money directory
cd my_money
3.- Install the project's dependencies by running these commands:
npm install
4.- Change the database configuration file (database.yml
) to fit your local database's settings
5.- For Google Cloud Storage, please provide all the information needed in the config/storage.yml, section :google. Or change the storage provider to suit your needs.
6.- Start the server using this command:
rails s
7.- Open the browser at this address:
http://127.0.0.1:3000/
You can try the functionality of this application by clicking:
Demo
👤 Victor Peralta
- GitHub: @VicPeralta
- Twitter: @VicPeralta
- Linkedin: @VicPeralta
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! The gem is available as open source under the terms of the MIT License.