grisha / gowebapp

Simplistic Go Web App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gowebapp

Simplistic Go Web App

Read about it here.

To install:

  1. You need PostgreSQL, install it somehow, make an empty database called gowebapp. (Usually createdb gowebapp on the command line is all you need).

  2. You need Go, preferably the latest version (1.8).

  3. Now do this:

$ export GOPATH=~/go # optional, adjust as necessary
$ go get github.com/grisha/gowebapp
  1. That's it. You should now be able to run:
$ $GOPATH/bin/gowebapp

About

Simplistic Go Web App

License:MIT License


Languages

Language:Go 84.9%Language:JavaScript 15.1%