Abacus is a rails application for software project management.
IMPORTANT! This project is under development.
Because it's at an early stage can be used it as an example of application in Rails 5.
- Project management
- Tasks management
- Working time management
- Multi-user interface
- Invoice management
It has been used a open source admin dashboard & control panel theme AdminLTE.
Built on top of Bootstrap 3, AdminLTE provides a range of responsive, reusable, and commonly used components.
Thanks to AlmsaeedStudio
$ git clone https://github.com/guzmanweb/abacus
$ cd abacus
$ bundle
$ cp config/database.yml.example config/database.yml
$ rake db:setup
$ rails server -b 0.0.0.0
- Fork ( https://github.com/[my-github-username]/abacus/fork )
- Create new feature branch (
git checkout -b my-new-feature
) - Commita your changes (
git commit -am 'Add some feature'
) - Push branch (
git push origin my-new-feature
) - Create new Pull Request