/my_money

MyMoney, an app to organize your expenses

Primary LanguageRubyMIT LicenseMIT

My Money!

An app that helps you to keep track of all your expenses.

Built With

  • Ruby
  • Rails

Prerequisites

  • PostgreSql
  • Ruby (2.7 or newer)
  • Bundle (2.1.4 or newer)

Getting Started

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/

Live demo

You can try the functionality of this application by clicking:
Demo

Authors

👤 Victor Peralta

Credits

Original design idea by Gregoire Vella on Behance

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project! The gem is available as open source under the terms of the MIT License.