Skip to content

grisha/gowebapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published