Skip to content

kambing86/hooq

Repository files navigation

How to Run

  1. install chrome
  2. install node.js v8.9.3
  3. install yarn v1.3.2
  4. yarn && yarn start

Environment Variables

  • create .env file for local and deployment
NODE_ENV=production
MOVIE_DB_3_KEY=<API_KEY>

Key Features

How to deploy to Heroku

#!/bin/sh
heroku login
heroku container:login
heroku git:remote -a kambing86-hooq
heroku container:push web

How to deploy to Minikube

install minikube

brew cask install minikube
brew install kubectl

start minikube with local registry

./minikube.sh

How to deploy to Minishift

install minishift

brew cask install minishift

start minishift

./minishift.sh