Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 579 Bytes

readme.md

File metadata and controls

20 lines (16 loc) · 579 Bytes

A basic web app built in Iris web framework for Go

overview screen

Getting started

  1. Install Go (Golang), version 1.13 and above
  2. Download & Install Iris using go get: go get github.com/kataras/iris/v12@latest
  3. Clone the repository
  4. Run the web app: go run app.go.
$ brew install go
$ git clone https://github.com/gauravtiwari/go_iris_app
$ cd go_iris_app
$ go get github.com/kataras/iris/v12@latest
$ go run app.go