Skip to content

A basic web app built in Iris web framework for Golang

Notifications You must be signed in to change notification settings

responsibility-act/go_iris_app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A basic web app built in Iris web framework for Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 85.3%
  • HTML 14.7%