Categorygithub.com/mg52/go-api
repositorypackage
0.0.0-20240811114634-27d479e2afab
Repository: https://github.com/mg52/go-api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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 .)