Skip to content

mg52/go-api

Repository files navigation

go-api

build

Go REST Api boilerplate with built in http server, including Middlewares, JWT Token, PostgreDB, Swagger.

How To Run in Local Machine

  • Copy sample.env to .env file.
  • Run only database in docker-compose.yml (docker-compose up -d db).
  • Create postgres database named "go-api-db".
  • Run the service locally (go run .)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published