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.
- Programming Language: Ruby
- Framework : Ruby on Rails
- Linter: Rubocop
- VS Code
You can get a local copy up and running following these simple steps.
- A web browser like Google Chrome.
- A code editor like Visual Studio Code with Git and Ruby.
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
To check linter
$ rubocop --color
To run testing
$ rspec
👤 Irotori Baroka
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Gregoire Vella on Behance the author of the original design
This project is MIT licensed.