James Ketrenos afabcd057f Show quantity correctly
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
2021-08-16 15:48:07 -07:00
2021-08-16 15:48:07 -07:00
2021-04-26 17:55:27 -07:00
2021-04-26 17:55:27 -07:00
2021-04-26 17:55:27 -07:00
2021-04-26 17:55:27 -07:00

@startuml
object location {
  address
  phone
  id
}

object whisky {
  label
  price
  average[52] : statewide average count per week
  id
  location[] --> location : count
}

object client 
object server

object user {
  location
  radius
  whisky[]
}
user --> whisky : monitor

@enduml

Whisky Business

Launch GraphQL server:

npm start

Refresh the OLCC DB:

node whisky.js

Launch website:

cd whisky-business
npm start
Description
Oregon Whisky Tracker
Readme 456 KiB