managehub360 is point of sale system built with Ruby on Rails and Twitter Bootstrap.
git clone https://[email protected]/faizu_ali/managehub360.git
cd managehub360
bundle install
bundle exec guard
visit: localhost:3000/
Default Credentials: admin, password
- rspec tests for controllers
- database: postgresql
- username: deploy
- password: managehub360123
- Fork it.
- Create a branch (git checkout -b branch-name)
- Commit your changes
- Push to the branch (git push origin branch-name)
- Create a pull request with description from your branch into develop
This project is based off of an early prototype that never went into production. It is not suitable for actual deployment in its current state.