huzairuje / go-bunrouter-example

example using bunrouter as framework http and using bun as orm and using limiter and redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

example using bunrouter as framework http and using bun as orm and using limiter and redis


Languages

Language:Go 100.0%