/budget-app

Primary LanguageRubyCreative Commons Zero v1.0 UniversalCC0-1.0

Budget App!

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@github.com:franciscoPonceDev/budget-app.git 2.- Change the directory to the my_money directory
cd budget-app
3.- Install the project's dependencies by running these commands:
bundle install
npm install
4.- Change the database configuration file (database.yml) to fit your local database's settings
5.- Start the server using this command:
rails s
6.- 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

👤 Francisco Ponce

🤝 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!

Acknowledgments

Original design idea by Gregoire Vella on Behance.