An open API service indexing awesome lists of open source software.

https://github.com/kiwiupover/point-of-sale

For codefellows class.
https://github.com/kiwiupover/point-of-sale

Last synced: about 2 months ago
JSON representation

For codefellows class.

Awesome Lists containing this project

README

        

# 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](https://github.com/emberjs/ember-rails)

## Getting Started

1. ``` git clone [email protected]:kiwiupover/open-pos.git ```
2. ``` cd open-pos ```
2. ``` bundle install ```
3. ``` rake db:create ``` Setup the database and add seed data.
4. ``` rails server ```