The Budget On Rails App is 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..
Back & Front END
Database
In order to run this project you need:
Example command:
gem install rails
Clone this repository to your desired folder:
Example commands:
git clone git@github.com:carlosmuerto/rails_budget_app.git
cd rails_budget_app
- edit 'config\database.yml' file with your username and password
Install this project with:
- install dependency
bundle install
- setup database
rails db:setup
To run the project, execute the following command:
rails server
👤 Carlos Vivas
- GitHub: @carlosmuerto
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
just hit on my email.
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.