Gin MVC Server
This is a simple model view controller type server with gin
How to use?
- Clone the Repo
$ git clone https://github.com/idkashutosh/gin-mvc-server.git
- Change to Directory
$ cd gin-mvc-server
- Get the Packages
$ go get ./...
- Run the Project
$ go run main.go
Now open you browser at http://localhost:8080 to see the result
Developer(s)
Ashutosh Dubey