Skip to content

A mobile web application where user can manage your budget: user have a list of transactions associated with a category, so that he can see how much money he spent and on what. You will create a Ruby on Rails application that allows the user to: register and log in, so that the data is private to them. introduce new transactions associated with …

Notifications You must be signed in to change notification settings

Baroka-wp/flooz

Repository files navigation

Rails transaction app

This Ruby on Rails is about building a mobile web application where user can manage your budget: user has a list of transactions associated with a category, so that he can see how much money he spent and on what. The application that allows the user to:

  • register and log in, so that the data is private to them.
  • introduce new transactions associated with a category.
  • see the money spent on each category.

Built With

  • Programming Language: Ruby
  • Framework : Ruby on Rails
  • Linter: Rubocop
  • VS Code

DOCUMENTATION

Capture d’écran 2022-09-07 à 18 11 09 Capture d’écran 2022-09-07 à 18 11 42 Capture d’écran 2022-09-07 à 18 11 56

Getting Started

You can get a local copy up and running following these simple steps.

Prerequisites

  • A web browser like Google Chrome.
  • A code editor like Visual Studio Code with Git and Ruby.

Install and Usage

In the terminal, go to your file directory and run this command.

Clone the repository

$ git clone https://github.com/Baroka-wp/flooz
$ cd flooz

Install Gemfile

$ bundle install

create db and seed

$ rails db:create db:migrate db:seed

Run the app

$ rails s

Rubocop

To check linter

$ rubocop --color

Rspec

To run testing

$ rspec 

Author

👤 Irotori Baroka

  • LinkedIn: LinkedIn Badge
  • GitHub: GitHub Badge
  • Twitter: Twitter Badge
  • Gmail: Gmail Badge

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

A mobile web application where user can manage your budget: user have a list of transactions associated with a category, so that he can see how much money he spent and on what. You will create a Ruby on Rails application that allows the user to: register and log in, so that the data is private to them. introduce new transactions associated with …

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published