A mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
-
css framework: Tailwind rails
-
Major languages: Rails, Ruby
-
Technologies used: Rubocop
- Install gems with:
bundle install
NPM install
- Setup database with
rails db:create
rails db:migrate
Note: Confirm that you can run Procfile.dev
to use ./bin/dev
. Else if you can't run it, run ./bin/rails server
but that also won't build the Tailwindcss.
- run:
git clone https://github.com/cwaku/budgetty.git
- connect to postgresql with:
psql -U postgres
- run:
./bin/dev
to connect to the server - Open http://localhost:3000/ in your browser.
- install npm with:
npm i
- install rspec with:
bundle install
- and
rails generate rspec:install
- Run the test with:
rspec spec
👤 Ricky Mormor
- GitHub: @cwaku
- Twitter: @rickymormor
- LinkedIn: Ricky Mormor
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Original design idea by Gregoire Vella on Behance.
This project is MIT licensed.