This is an app to help better track your expenses. With this app one can -
- Maintain a list of user expenses that can be searched, sorted and paginated through
- Calculate the total cost of expenses within a specified time period
One can try using the app wrt the work done so far on this link
- Ruby 2.3
- Rails 4.2.5.1
- PostgreSQL 9.4.1
- For other dependencies, please check the Gemfile
- Clone the repo, and
cd
into the same - Run -
bundle install
cp config/database.yml.example config/database.yml
rake db:create
rake db:migrate
- From the project root directory run -
rake db:migrate RAILS_ENV=test
(this step assumes you've runrake db:create
already)
- From the project root directory run -
rails s
to kickstart your app web server- Navigate to
http://localhost:3000
in your browser
- From the project root directory -
- Use
bundle exec rspec
to run all your specs
- Add a Forgot password feature
- Add admin capabilities to the app
- Send e-mails about one's periodical(e.g., monthly) expenses
- Feel free to mail me your thoughts about the app on [email protected]