Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 336 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 336 Bytes

fiber-fsteps

A project for learning the basics of building webapps with Fiber. Uses go-memdb, an in-memory database.

Requirements

Go 1.16+

Setup project

go get github.com/gofiber/fiber/v2
go get github.com/hashicorp/go-memdb
go get github.com/hashicorp/[email protected]