/go_iris_app

A basic web app built in Iris web framework for Golang

Primary LanguageGo

A basic web app built in Iris web framework for Go

overview screen

Getting started

  1. Install Go (Golang)
  2. Download & Install Iris using go get: go get -u github.com/kataras/iris
  3. Clone the repository.
  4. Run the web app: go run app.go
$ brew install go
$ go get -u github.com/kataras/iris
$ cd $GOPATH/src/
$ git clone https://github.com/iris-contrib/go_iris_app.git
$ cd ./go_iris_app
$ go run app.go