Skip to content

azizovrafael/Golang_Ecko_RestFull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang_Ecko_RestFull

GET POST PUT DELETE methods

curl http://127.0.0.1:2000/courses

Reponce:

[{
		Id:   1,
		Name: "Data 1",
	},
	{
		Id:   2,
		Name: "Data 2",
	},
	{
		Id:   3,
		Name: "Data 3",
}]

And another urls in server.go file.

Install

git clone https://github.com/azizovrafael/Golang_Ecko_RestFull 
cd Golang_Ecko_RestFull
go mod init api
go get github.com/labstack/echo/v4

About

GET POST PUT DELETE methods in Golang Echo framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages