robinbortlik / kitchen-manager

Electronic stroke board for kitchen or common rooms in companies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Kitchen manager

Electronic stroke board for kitchen or common rooms in companies It is small application developed in EmberJS which will help us to manage food spend in our company's kitchen

How to run application

  # clone repositor
  git clone https://github.com/robinbortlik/kitchen-manager.git

  # go to directory
  cd kitchen-manager

  # start server
  puma

  # open browser
  localhost:9292

Setup application

  # start console
  ./console

  # set currency
  AppSetting.currency = '$'

  # set admin login name
  AppSetting.admin_name = 'new_admin_name'

  # set admin password
  AppSetting.password = 'new_admin_password'

How to use application

  1. Go to localhost:9292/admin
  2. Add users
  3. Add products
  4. Go to home and create your first order
  5. On localhost:9292/admin you will see the overview what was ordered by who and how much it cost

Screenshots

  1. Select user

Select user

  1. Create your order

Create your order

  1. Overview

Overview

  1. Admin Product Form

Admin product form

About

Electronic stroke board for kitchen or common rooms in companies


Languages

Language:CoffeeScript 49.9%Language:Ruby 43.5%Language:CSS 4.4%Language:Shell 2.2%