Skip to content

step by step create api framework using golang

License

Notifications You must be signed in to change notification settings

fadlykayo/api-learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rebel Services

From zero to novice. Step by step create golang framework.

Main Architecture and Repository

  • Routing : github.com/go-chi/chi
  • Database : github.com/go-sql-driver/mysql
  • Sql : github.com/jmoiron/sqlx
  • Migration : github.com/GuiaBolso/darwin
  • Architecture : simple MVC

Module

  • 01-startup
  • 02-shutdown
  • 03-json
  • 04-database
  • 05-mvc
  • 06-configuration
  • 07-fatal
  • 08-logging
  • 09-routing
  • 10-payloads
  • 11-crud
  • 12-request-response-helper
  • 13-error-handler
  • 14-error-status
  • 15-unit-test
  • 16-api-test
  • 17-context
  • 18-custome-response-status
  • 19-validation
  • 20-middleware
  • 21-token
  • 22-auhorization-using-rbac
  • 23-handling-transaction
  • 24-health
  • 25-profiling
  • 26-metrics
  • 27-request-logging
  • 28-panics
  • 29-self-shutdown

About

step by step create api framework using golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%