Skip to content

linxlunx/GoWebService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple web service skeleton with Golang and sqlite3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages