Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 422 Bytes

File metadata and controls

15 lines (7 loc) · 422 Bytes

webapi-template

This is a webapi template based on iris framework. Application shows how to use a json file as config, how to initialize configs, routings and how to use functions from controller. Config.json file has only one parameter that application listens port, it can be edited if need.

Shortly, this is a "Hello word" web api

To start open cmd and type go get -u github.com/msadikkose/webapi-template