Skip to content

!!old!! A WepApp to keep track of your small kiosk at work / your sports club / … based on Ruby on Rails and Metro-UI

Notifications You must be signed in to change notification settings

byted/CoffeeShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#CoffeeShop

A WepApp to keep track of your small kiosk at work / your sports club / … based on Ruby on Rails and Metro-UI

  • touch friendly
  • focus on efficiency - buy your stuff fast
  • per user accounts
  • keep track of each user's balance
  • keep track of the inventory
  • set thresholds to get a warning if stock is running low

##Screenshots

Beware: it's > 3 years old!

Run local on Ubuntu (quick 'n easy without RVM)

install necessary packages

$ sudo apt-get install curl nodejs libmysqlclient-dev sqlite3 ruby-railties bundler

setup requirements

$ cd /path/to/local/railsapp
$ bundle install

run server

$ rails server -e development

in a different console setup and seed DB

$ rake db:schema:load && rake db:seed

visit http://localhost:3000

About

!!old!! A WepApp to keep track of your small kiosk at work / your sports club / … based on Ruby on Rails and Metro-UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published