/open-pos

A Point of Sale using Ember JS, Ember Data, and Rails as the JSON API

Primary LanguageJavaScript

Open POS is a Point of Sale Application Built with Ember.

In this repo you will find examples of touch events that make the application fast on touch devises. Open-pos is built using the ember-rails gem

Getting Started

  1. git clone git@github.com:kiwiupover/open-pos.git
  2. cd open-pos
  3. bundle install
  4. rake db:create Setup the database and add seed data.
  5. rails server

New Goals

  • Update Ember Version
  • Remove Foundation and add Bootstrap (or purecss.io)
  • i18n/l10n Support
  • Improve checkout process