Skip to content

This is a ruby on rails application that allows users to create and authenticate them using the devise gem. When users are logged in the can create groups of transactions and see the total amount. Users can create transactions for one or many groups

Notifications You must be signed in to change notification settings

Leboroz/budget-app

Repository files navigation

Budget app

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

Requirements

In order to work on this project, you need to have the following dependencies installed:

Built With

  • Languages: Ruby 3.1.1, HTML, CSS
  • Frameworks: Ruby On Rails, Bootstrap, SCSS
  • Gems: Devise, Cancancan, RSpec, Capybara, FactoryBot, Faker
  • Technologies used: Neovim

Getting Started

Clone this repository

$ git clone [email protected]:Leboroz/budget-app.git
$ cd budget-app

Commands to run

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

Authors

👤 LeonardoAlbornoz

Platform Badge
GitHub: @Leboroz
Twitter: @Leboroz
LinkedIn: Leonardo Albornoz

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Acknowledgements

Gregoire Vella on Behance the author of the original design

Show your support

Give a ⭐️ if you like this project!

About

This is a ruby on rails application that allows users to create and authenticate them using the devise gem. When users are logged in the can create groups of transactions and see the total amount. Users can create transactions for one or many groups

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages