/gin-mvc-boilerplate

This is a simple model view controller type server with gin

Primary LanguageGo

Gin MVC Server

This is a simple model view controller type server with gin

How to use?

  1. Clone the Repo
$ git clone https://github.com/idkashutosh/gin-mvc-server.git
  1. Change to Directory
$ cd gin-mvc-server
  1. Get the Packages
$ go get ./...
  1. Run the Project
$ go run main.go

Now open you browser at http://localhost:8080 to see the result

Developer(s)

Ashutosh Dubey