DEV Community

Ega Prasetya
Ega Prasetya

Posted on

Golang Web - REST API With Mux

So today i gonna show you how to create RestApi With mux in Go. So let`s do it..

PRACTICE

First step u should to import package like a picture, u should to download package mux with go get -u github.com/gorilla/mux

Alt Text

So next create function main and then create code for the CRUD

Alt Text

if u done, create 5 function for handler CRUD

Alt Text

Alt Text

So next create struct Book and Author Struct for CRUD data

Alt Text

TESTING

i use POSTMAN for the testing this API

Alt Text

So here we go, Finally! Hope your enjoy it.

Top comments (0)