All Projects → HuntBurdick → Pushvendor

HuntBurdick / Pushvendor

Licence: mit
Ruby on Rails POS (Point of Sale)

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Pushvendor

Fermionjs
Visual Prototyping Tool for React Applications
Stars: ✭ 197 (+34.01%)
Mutual labels:  demo, prototype
Anycable rails demo
AnyCable Rails demo application and its different variations
Stars: ✭ 68 (-53.74%)
Mutual labels:  rails, demo
Pokegold Spaceworld
Disassembly of the Pokémon Gold and Silver 1997 Space World demo
Stars: ✭ 246 (+67.35%)
Mutual labels:  demo, prototype
Pingcrm
PingCRM on Rails - A Ruby on Rails demo application to illustrate how Inertia.js works
Stars: ✭ 106 (-27.89%)
Mutual labels:  rails, demo
Refinerycms
An extendable Ruby on Rails CMS that supports Rails 6.0+
Stars: ✭ 3,825 (+2502.04%)
Mutual labels:  rails, demo
Rotatedrevealers
Animated rotated overlays, or "reveal" elements for interesting page transition effects.
Stars: ✭ 121 (-17.69%)
Mutual labels:  demo, prototype
I18n Debug
Ever wondered which translations are being looked up by Rails, a gem, or simply your app? Wonder no more!
Stars: ✭ 143 (-2.72%)
Mutual labels:  rails
Low Rank Bilinear Pooling
Fine-grained classification via second order statistics in a compact end-to-end trainable model
Stars: ✭ 145 (-1.36%)
Mutual labels:  demo
Lockdemo
指纹识别、图形识别、aliOCR识别
Stars: ✭ 142 (-3.4%)
Mutual labels:  demo
Frontend Download Sample
🎄 自己整理的一些项目中遇到过的关于上传和下载的一些Demo,仅供给位看官参考,避免踩坑,即插即用,欢迎fork和star🌟,为这个仓库添砖加瓦~(P.S. 个人认为如果没写过上传下载其实还是挺麻烦的~)
Stars: ✭ 142 (-3.4%)
Mutual labels:  demo
Demo Reactive Spring
Demo code for "Servlet and Reactive Stacks" talk
Stars: ✭ 147 (+0%)
Mutual labels:  demo
Doorkeeper Provider App
An example OAuth 2 provider application using the Doorkeeper gem, Rails and Devise
Stars: ✭ 146 (-0.68%)
Mutual labels:  rails
Gestureai Coreml Ios
Hand-gesture recognition on iOS app using CoreML
Stars: ✭ 145 (-1.36%)
Mutual labels:  demo
Segmentedcontrol
Android SegmentedControl + multi row support
Stars: ✭ 143 (-2.72%)
Mutual labels:  demo
Kitsu Server
🚂 Rails API server for Kitsu
Stars: ✭ 145 (-1.36%)
Mutual labels:  rails
Rails admin theme
rails_admin theme flat theme
Stars: ✭ 142 (-3.4%)
Mutual labels:  rails
Stimulus reflex
Build reactive applications with the Rails tooling you already know and love.
Stars: ✭ 1,928 (+1211.56%)
Mutual labels:  rails
Laravel Scaffold
The base for developing awesome projects
Stars: ✭ 142 (-3.4%)
Mutual labels:  demo
Shoryuken
A super efficient Amazon SQS thread based message processor for Ruby
Stars: ✭ 1,837 (+1149.66%)
Mutual labels:  rails
Wireframe
minimal wireframing css-framework 🎈
Stars: ✭ 146 (-0.68%)
Mutual labels:  prototype

PushVendor Prototype

This is an early prototype for the PushVendor point of sale that we decided to open source. Our new commercial offering bears little resemblence to this early prototype. You're free to take this repo and use it as you will. We learned a lot from this experiment.

Getting Started

git clone https://github.com/websitescenes/pushvendor.git
cd pushvendor
bundle install
bundle exec guard

Database default data set

bundle exec rake pushvendor:load_default_data

visit: localhost:3000/

Default Credentials: admin, password

Online Demo (May not be current)

Demo Available @ demo.pushvendor.com

To-do

  • rspec tests for controllers

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

The MIT License (MIT)

Copyright (c) 2014,2017 Hunt Burdick

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].