Mobile web application built with Rails where you can manage your budget by allowing users to: 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.
- Ruby
- Rails
- Tailwind
https://boiling-tor-63704.herokuapp.com
To get a local copy up and running follow these simple steps.
- Having a modern internet browser: I.E. Chrome, Edge, Safari, Firefox.
- Go into the main page for this project: https://github.com/lu-jim/rbudget
- Click the green Code button next to the About section.
- Select the then click the 📋 button.
- Open your console and change the current working directory into the destination for this project.
- Type
git clone
, and then paste the URL copied in the Setup section. - Type Enter and then enter
cd rbudget
to enter into the project directory. - Run
bundler install
to install the required dependencies - Run
rails db:create
andrails db:migrate
to run the proper migrations and generate the app schema
rails db:create # create database
rails db:migrate # migrate tables
rails db:seed # load all data in database from seed.rb
bin/dev # necessary to start the app for the first time
---- or ----
rails s # can be used after starting the app at least once
- Run
bundle exec rspec spec
to run the tests for this project
👤 Luis Fernando Jimenez
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- Microverse for the guidelines used for this project
- Original design idea by Gregoire Vella on Behance.
- My SO and project manager, Mane
This project is MIT licensed.