Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 400 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 400 Bytes

Simple Web Service Skeleton with Golang and Sqlite3

REQUIREMENT

Please install sqlite3 inside the box. And then install go-sqlite3 and gorilla mux library.

$ go get github.com/mattn/go-sqlite3
$ go get github.com/gorilla/mux

Instruction:

$ git clone https://github.com/linxlunx/GoWebService
$ cd GoWebService
$ go build
$ ./GoWebService

You can access to http://localhost:9090