Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 255 Bytes

README.MD

File metadata and controls

17 lines (8 loc) · 255 Bytes

Very Basic REST api server

structuring with GO and fiber

How to run?

git clone https://github.com/shuvopro/rest-api-with-go.git

cd rest-api-with-go

go get github.com/gofiber/fiber/v2

go run *.go

Enjoy!