Made by David Leonardo Castillo R
Kakebo is a mobile application for handle the spends of daily routine, this spends are called transfer that you can create and group them.
You can track the spends you have daily and group them . Users are allowed to upload their own avatar as a profile photo and also they can do the same to each group in order to best represent the type of spends they are tracking, otherwise, the app will display a default icon instead.
- Ruby
- Ruby on Rails
- Ruby gem bundler
- Scss
- Bulma
- Linters
- VS code
- Ruby gem RSpec
- Ruby gem capybara
- Ruby ruby 2.7.0
- Ruby on Rails 6.1
- Postgresql
To get a local copy up and running follow these simple steps:
- Go to the repository page.
- Press the "Code" button and copy the link.
- Clone it using git command
git clone <link>
. - Follow 'Setup' steps.
- Open the terminal.
- On the terminal navigate to the project directory using
cd kakebo/
. - Install dependencies using:
bundle install
. - If it required:
bundle update
. - Migrate the database:
rails db:create
. - Migrate the database:
rails db:migrate
. - If required run:
yarn install
, and repeate step 4. - Start the application :
rails server
. - To Stop the application : Press
Ctrl c
- Open the terminal and go to the directory.
- Start the application :
rails server
. - Open the browser and go to :
http://localhost:3000/
- Optional: use the live version link
- Enjoy the different functions the App has.
👤 David Leonardo Castillo R
- Github: @David Castillo
- Twitter: @David Castillo
- Linkedin: @David Castillo
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Gregoire Vella created the design this application was based on.
- Rails Guides.
- Thanks to my Microverse team-mates.
- Stack Overflow.
- Odin Project.
This project is MIT licensed.