dustinfabre / go-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GOLANG API

This is my exam entry for full stack developer This project assumes that you have golang installed

Installation

Require Go lang https://golang.org/doc/

Install packages used

go get github.com/gorilla/mux
go get github.com/lib/pq
go get github.com/gorilla/handlers
go get github.com/rs/cors

Usage

Start golang

go run start

or build it

go build && ./go-api.exe

License

MIT

About


Languages

Language:Go 100.0%