Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 447 Bytes

readme.md

File metadata and controls

19 lines (18 loc) · 447 Bytes

Go - Sample API for implementing bunrouter http framework

Prerequisite

  1. install go
  2. create migration on postgres database
  3. run the redis server
  4. change config.local.yaml file on the root project folder to your specification
  5. compile the server and run
       go run main.go
  6. build the server
      go build
    and run
       ./go-bunrouter-example