Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 538 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 538 Bytes

SolarDatabaseServer

A try for Solar Database API with Golang on Beego

Requirements:

Golang -> check web site for installation. Make sure you create a workspace folder

Beego -> see beego installation instructions (https://github.com/goinggo/beego-mgo)

pl (postgres) -> after you install go, it is as simple as follows to install a library: go get github.com/lib/pq

Then, you need to put the project under the golang workspace folder.

git clone THIS REPO

Under the GOPATH=$HOME/work/src

To run, use "bee run" command.