Abacus is a web application to keep track of all their personal expenses. It is a rails web application where users can create and join groups created by other members, and split expenses.
https://abacus-expense-tracker.herokuapp.com
username: Demo
password: password
Fork and clone repo:
https://github.com/enciie/abacus-rails-project
Install all gem dependencies:
bundle install
Create database scheme with migrations:
rake db:migrate
Start local server:
rails s
Access site at http://localhost:3000
Bug reports and pull requests are welcome on GitHub at https://github.com/enciie/abacus-rails-project. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
This library is available as open source under the terms of the MIT License.