RizkiMufrizal / gofiber-clean-architecture

This project was created to learn golang with go fiber framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This project was created to learn golang with go fiber framework


Languages

Language:Go 98.1%Language:Dockerfile 1.1%Language:Shell 0.8%