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.
- Host: GitHub
- URL: https://github.com/kiwiupover/point-of-sale
- Owner: kiwiupover
- Created: 2013-05-15T07:58:44.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-16T16:00:46.000Z (about 12 years ago)
- Last Synced: 2025-02-14T00:38:40.239Z (4 months ago)
- Language: JavaScript
- Size: 590 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ```