Budget App Project. That Built by using Ruby on Rails. You can track your expenses with this app.
- Ruby on Rails
- Postgresql
- Cancancan
- Devise
To get a local copy up and running follow these simple example steps.
Clone this repository:
git clone https://github.com/luftedar/budget-app.git
cd into folder:
cd budget-app
To get started, run following in the root directory:
gem install bundler
Install bundle
bundle install
Setup and migrate the database
rails db:setup
Start Local Server
rails s
Test the application
rspec
Run following to check linter errors:
rubocop
Auto fix the errors if available
rubocop -A
Run following to check rspec tests:
rspec
👤 Orçun Uğur
- GitHub: @githubhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- This project is built in Microverse's fifth module's first week.
- Original design by Gregoire Vella. Thanks he/her for this wonderful design.
This project is MIT licensed.