/go-fiber

Building GO rest api using Go Fiber framework, PostgreSQL, redis and docker

Primary LanguageGo

Building GO rest api using Fiber, PostgreSQL, redis and docker

Run Service Locally

  1. git clone this repo
  2. Install Make, Docker, Docker Compose and the following useful Go tools to your system:
    • golang-migrate/migrate for apply migrations
    • github.com/swaggo/swag for auto-generating Swagger API docs
    • github.com/securego/gosec for checking Go security issues
    • github.com/go-critic/go-critic for checking Go the best practice issues
    • github.com/golangci/golangci-lint for checking Go linter issues
  3. swag init
  4. docker-compose up --build

Result img.png

Development Flow, run with testing: