A Yelp search app that summarizes reviews using Watson and Aylien Text API
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
- Golang
- Echo
- Vue.js
- Bulma