Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 889 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 889 Bytes

goex-search

A Yelp search app that summarizes reviews using Watson and Aylien Text API

Demo

Install

Install golang and set your gopath.

Get api keys for:

cd $GOPATH/src/
git clone https://github.com/johannkm/goex-search.git

cd goex-search/

Set your api credentials in api-config.json

npm install
npm run build

go build
go install

PORT=8000 $GOPATH/bin/goex-search
# running at http://localhost:8000

Built With

  • Golang
  • Echo
  • Vue.js
  • Bulma