Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 565 Bytes

readme.md

File metadata and controls

22 lines (17 loc) · 565 Bytes

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