Project Description
"Fin App" is a mobile web application that gives users the power to manage their budget: users can have a list of expenses (e.g bed) associated with a broader category(Home) so that they can know how much they spent on what.
- Ruby
- Git
- Github
- PostgreSQL
- JavaScript
- Rubocop
- RSpec
- Stylelint
To get a local copy of the program running, follow these simple steps
- IDE, preferably Visual Studio Code
- Ruby
- Rails
- Open a command line terminal (Git bash preferrably) and navigate to a directory where you would like to save the work folder using cd.
- Clone the repository with git clone https://github.com/wale-prog/FinApp
- To get the curent working tree, git fetch --all, then checkout to "dev" branch.
- Finally, run the application by doing the following:
- navigate to the root directory with a command line preferably ubuntu terminal
- run 'bundle install'
- run 'rails db:create db:migrate db:seed
- run 'rails serve'
👤 Wale Olapetan
- GitHub: @wale-prog
- Twitter: @Wale_Petan
- LinkedIn: @walepetan
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- Shout out to Gregoire Vella on Behance for the design guidelines
- Hat tip to Microverse
This project is MIT licensed.