Go project written in clean code architecture

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
  • paper-plane-backend

    To make an account web-application for my alone life.

    When I started to learn Golang, I do a cash book REST API project for practice. here link https://github.com/Rayato159/paper-plane-backend. This is not good enough but it's a clean architectural style. Postman collections and environment were added you can import and fire them for testing.

  • wtf

    WTF Dial is an example web application written in Go. (by benbjohnson)

    For Go specifically there isn't any widely accepted patterns but most people emphasize simplicity. A popular pattern that I subscribe to can be found here https://github.com/benbjohnson/wtf

  • 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.

  • wild-workouts-go-ddd-example

    Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.

    For instance, I looked in the examples repo from threedots.tech and while it was great seeing some ideas implemented. In my/our projects, we do not follow their way.

  • go-clean-arch

    Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture

  • go-coffeeshop

    ☕ A practical event-driven microservices demo built with Golang. Nomad, Consul Connect, Vault, and Terraform for deployment

  • golangcleanStartingpoint

    Golang clean architecture starting point

    Try this repo https://github.com/mashaole/golangcleanStartingpoint

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