Budetfy lets you manage your spending on different activities and categories! The app was built with ruby on rails.
- Ruby on Rails
- Hotwire
To get a local copy up and running follow these simple steps:
First Steps
- Clone it using git command:
git clone git@github.com:gabrielyea/budgetfy.git
Run in development (locally)
- Install gem files and dependencies:
bundle install
yarn install
- Setup data base
rails db:setup
rails db:migrate
- Run server
rails server
Run tests
- To run all tests in the project
rspec
If you wanna run a certain test file
rspec spec/test_file_path
If you encounter any issues with webpacker, try to run
bundle exec rake webpacker:install
👤 Gabriel Rendon
- GitHub: @gabrielyea
- Linkedin Gabriel Rendon
Contributions, issues, and feature requests are welcome!
##❕Acknowledgments
Give a ⭐️ if you like this project!
This project is MIT licensed.