Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 853 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 853 Bytes

ManageHub360

managehub360 is point of sale system built with Ruby on Rails and Twitter Bootstrap.

Getting Started

git clone https://faizu_ali@bitbucket.org/faizu_ali/managehub360.git
cd managehub360
bundle install
bundle exec guard

visit: localhost:3000/

Default Credentials: admin, password

To-do

  • rspec tests for controllers

Database(Production)

  • database: postgresql
  • username: deploy
  • password: managehub360123

Contributing

  • 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

Comments

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.