A customer relationship management app built using Go and Fiber
Fiber - gofiber/fiber
Go - golang/go
Install Go - go.dev/doc
Install Sqlite3 - www.sqlite.org
cd crm-basic
go mod tidy
go build main.go
go run main.go
A customer relationship management app built using Go and Fiber
Fiber - gofiber/fiber
Go - golang/go
Install Go - go.dev/doc
Install Sqlite3 - www.sqlite.org
cd crm-basic
go mod tidy
go build main.go
go run main.go