Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chayathorn007/go-smart-workplace

 
 

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

About

This project was created to learn golang with go fiber framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 98.1%
  • Dockerfile 1.1%
  • Shell 0.8%