The Money Manager 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 for that category and on what.
- Ruby
- Rails
- Postgresql
- Devise
- CSS & Bootstrap 5
- Rspec
- Capybara
To get a local copy up and running follow these simple example steps.
- Ruby
- Rails
- Postgresql
-
Clone the Repository
git clone https://github.com/Achilles-Dev/budget-app.git
-
Go to the project directory
cd budget-app
-
Run
bundle install
-
Run
rails db:create
-
Run
rails db:migrate
- Run
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
- Run
gem install --no-document rubocop -v '>= 1.0, < 2.0'
- Run
rails s
to run the app
- Run
rspec
to run tests
👤 Solomon Hagan
- GitHub: @Achilles-Dev
- Twitter: @SoloAchilles
- LinkedIn: Solomon Hagan
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks Gregoire Vella on Behance for the original design idea.
This project is MIT licensed.