ROR app to track your expenses.
ExpenseTrackrr is an app built with Ruby on Rails using the MVC architecture. The app allows users to track their expenses while grouping them into categories.
- Major languages: Ruby
- Frameworks: ROR
- Gems: devise, RSpec, Capybara
To get a local copy up and running follow these simple example steps.
You need to have followings installed in your local machine:
RubyPostgresqlRailsRSpecnode.js
To setup the Items Library project in your local, in the repo page:
- click on code (dropdown list) > Download as ZIP.
- or open terminal of path you want to install project and run this command:
git clone git@github.com:codepantha/expense-tracker.git cd expense-tracker/bundle installbin/rails db:createbin/rails db:migrate
- Run the following comands in your command line:
rails sopen any chrome/firefoxtype "localhost:3000"enjoy the app
- To run tests for current app, please run below commands in your terminal:
cd expense-tracker/rspec spec spec/test_file_name
👤 Eze Promise
- GitHub: @codepantha
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- This is app built withing the frames of CAPSTONE project of Rails Module at Microverse, a remote school for developers, using their support and frameworks provided.
Original design idea by Gregoire Vella
This project is MIT licensed.