Building a REST API with GO, Gin framework, and GORM.

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • go-structure-examples

    Examples for my talk on structuring go apps

    Let's agree to leave the MVC model for OO languages. A better architecture would be something like katzien/go-structure-examples

  • consider adding dependency injection library! here's my example: https://github.com/qst-project/backend

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • wire

    Compile-time Dependency Injection for Go

    yeah I used uber.fx (which uses uber.dig under the hood) there's also Wire done by Google themselves https://github.com/google/wire but in my experience it is harder to set up and I found no way to create different containers and "rewire" dependencies

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts