A REST api implementation on Go programming language using iris and gorm
- Golang
- dep pakage manager https://golang.github.io/dep/
- Clone the repository in your local machine
git clone [email protected]:Yogi1994/go-iris-boilerplate.git
- Install the require go packages/modules using
dep ensure
- Run the server using
go run main.go