gustavotero7 / weather-reporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Reporter

Get Dependencies

Run $ dep ensure

Setup

Set properties on > conf/app.conf

Notice the %s in the endpoint. We must keep them to inject the app id and query parameters formatting the endpoint string.

DB migration

The app/service uses a mysql database. run

$ bee migrate -driver=mysql -conn=root:password@/weatherreporter?parseTime=true

To create necessary db tables

Run service

Run $ bee run

About


Languages

Language:Smarty 84.8%Language:Go 15.2%