whisky/README.md
James Ketrenos 16bbadd523 Update steps
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
2021-10-18 13:36:03 -07:00

552 B

@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:

Update steps

node whisky.js

Refresh the OLCC DB:

node whisky.js

Launch website:

cd whisky-business
npm start