This is a ruby on rails application that allows to create users and authenticates them using devise. When users are loged in the can create groups of transactions and see the total amout. Users can create transactions for one or many groups.
Live here
In order to work on this project, you need to have the following dependencies installed:
- Languages: Ruby 3.1.1, HTML, CSS
- Frameworks: Ruby On Rails, Bootstrap, SCSS
- Gems: Devise, Cancancan, RSpec, Capybara, FactoryBot, Faker
- Technologies used: Neovim
$ git clone git@github.com:Leboroz/budget-app.git
$ cd budget-app
Run
$ bundle install
To get all the gems required for the project
Then, run
$ yarn install
To install packages such as style linters
To check linters locally, use
$ rubocop
$ npx stylelint "**/*.scss"
Once you have the project correctly set up, run
$ bin/rails db:setup
To run all migrations, create the database for testing and for development, and insert some data into the database for you to visualize the changes
Finally, each time you make changes to the project, run
$ bundle exec rspec /spec
In the root folder to check the consistency of the app. Please don't make changes to the tests unless completely necessary, and mention it in your PR description.
Important note: Since this project uses Bootstrap for the styling, you need to run:
$ ./bin/dev
For you to see the styling being applied in the browser during development
👤 LeonardoAlbornoz
Platform | Badge |
---|---|
GitHub: | @Leboroz |
Twitter: | @Leboroz |
LinkedIn: | Leonardo Albornoz |
Contributions, issues, and feature requests are welcome!
Gregoire Vella on Behance the author of the original design
Give a ⭐️ if you like this project!