Categorygithub.com/raihaninfo/golang-restApi
modulepackage
0.0.0-20220326135903-7473f8a8ef02
Repository: https://github.com/raihaninfo/golang-restapi.git
Documentation: pkg.go.dev

# README

Golang RestAPI using gorilla/mux

Golang restAPI crud project with mySql database.

Facebook-Page Instagram LinkedIn

alt text

GET All data

http://localhost:8080/employees

alt text

GET data by id

http://localhost:8080/employee/2

POST new data

alt text

UPDATE data

alt text

DELETE data

alt text


Happy Coding 🇧🇩

# Functions

create employee handler.
database migrate.
delete.
create GetGetEmployees handler.
create GetEmployees handler.
Router function.
update.

# Variables

No description provided by the author

# Structs