Skip to content

This project was created to learn golang with go fiber framework

Notifications You must be signed in to change notification settings

RizkiMufrizal/gofiber-clean-architecture

Repository files navigation

Go Fiber Clean Architecture

This project was created to learn golang with go fiber framework

How To Run

  1. Run docker compose with command docker compose up
  2. Run Migration DB migrate -database "mysql://root:root@tcp(localhost:3306)/gofiber_clean_architecture" -path db/migrations up
  3. Run application with command go run main.go

Feature

  • Database ORM
  • Database Relational
  • Json Validation
  • JWT Security
  • Database migration
  • Docker Support
  • Open API / Swagger
  • Integration Test
  • Http Client
  • Error Handling
  • Logging
  • Cache

Releases

No releases published

Packages

No packages published