Skip to content

swanandvk/rest_golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

REST API USING GOLANG AND Gorilla Mux

go_lang_mascot_by_kirael_art-d7kunhu

This is a sample CRUD app written using Go and Gorilla mux for routing

Install mux to gopath

$ go get github.com/gorilla/mux

Development server

to run this app in development server execute the following command

go run app.go

this is will start the development server on http://localhost:8081 modify the port number to the free port on your machine in case any error occurs

About

REST api using Golang and gorilla mux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages