awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
friendsofgo avatar

friendsofgo/gopherapi

0
View on GitHub↗
80 Stars·11 Forks·Go·MIT·1 Aufrufblog.friendsofgo.tech↗

Gopherapi

The Gopher API, is a simple CRUD API for formative purpose, we're building it while writing the posts of the blog.

Features

  • Domain Driven Design Samples - API implementation using SOLID and Hexagonal Architecture.

Star-Verlauf

Star-Verlauf für friendsofgo/gopherapiStar-Verlauf für friendsofgo/gopherapi

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Gopherapi

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Gopherapi.
  • vaughnvernon/iddd_samplesAvatar von VaughnVernon

    VaughnVernon/IDDD_Samples

    3,938Auf GitHub ansehen↗

    This project is a reference implementation of domain-driven design patterns and a sample of command query responsibility segregation. It provides a collection of event-driven microservices that demonstrate the practical application of architectural principles for structuring complex software systems. The implementation separates read and write models through an event journal and organizes services into bounded contexts to maintain clear functional boundaries. It coordinates business logic by dispatching and consuming domain events to synchronize different modules. The project covers a range

    Java
    Auf GitHub ansehen↗3,938
  • stemmlerjs/ddd-forumAvatar von stemmlerjs

    stemmlerjs/ddd-forum

    2,088Auf GitHub ansehen↗

    This project is a full-stack forum platform built with TypeScript that serves as a reference architecture for implementing domain-driven design and clean architecture patterns. It provides a structured environment for community discussion, enabling users to register, authenticate, and engage in moderated conversations across organized topic categories. The platform distinguishes itself by strictly separating core business logic from infrastructure concerns. By utilizing a layered hexagonal architecture and the repository pattern, the codebase isolates business rules from external frameworks a

    TypeScriptdddhackernewstypescript
    Auf GitHub ansehen↗2,088
  • cheese10yun/spring-jpa-best-practicesAvatar von cheese10yun

    cheese10yun/spring-jpa-best-practices

    1,173Auf GitHub ansehen↗

    This project serves as a comprehensive guide and collection of architectural patterns for implementing domain-driven design within Java enterprise applications. It focuses on structuring persistence layers to ensure data integrity, maintainability, and clear domain boundaries when working with object-relational mapping. The repository distinguishes itself by demonstrating how to encapsulate business logic and state transitions directly within entities, moving away from simple data containers toward rich domain models. It provides practical examples for managing complex entity relationships, i

    Javabest-practicesdata-jpajpa
    Auf GitHub ansehen↗1,173
  • jbuget/nodejs-clean-architecture-appAvatar von jbuget

    jbuget/nodejs-clean-architecture-app

    1,540Auf GitHub ansehen↗

    This project provides a structured boilerplate for building Node.js REST APIs, implementing clean architecture principles to isolate business logic from external frameworks and data sources. It serves as a template for organizing complex backend services by enforcing a strict separation of concerns between domain entities, infrastructure, and interface layers. The architecture distinguishes itself through a modular, plugin-based server design built on the Hapi.js framework. It utilizes a dependency injection container to decouple business logic from concrete implementations, ensuring that ser

    JavaScript
    Auf GitHub ansehen↗1,540
Alle 30 Alternativen zu Gopherapi anzeigen→

Häufig gestellte Fragen

Was macht friendsofgo/gopherapi?

The Gopher API, is a simple CRUD API for formative purpose, we're building it while writing the posts of the blog.

Was sind die Hauptfunktionen von friendsofgo/gopherapi?

Die Hauptfunktionen von friendsofgo/gopherapi sind: Domain Driven Design Samples.

Welche Open-Source-Alternativen gibt es zu friendsofgo/gopherapi?

Open-Source-Alternativen zu friendsofgo/gopherapi sind unter anderem: stemmlerjs/ddd-forum — This project is a full-stack forum platform built with TypeScript that serves as a reference architecture for… vaughnvernon/iddd_samples — This project is a reference implementation of domain-driven design patterns and a sample of command query… cheese10yun/spring-jpa-best-practices — This project serves as a comprehensive guide and collection of architectural patterns for implementing domain-driven… jbuget/nodejs-clean-architecture-app — This project provides a structured boilerplate for building Node.js REST APIs, implementing clean architecture… asc-lab/dotnet-cqrs-intro — Examples of implementation CQRS with Event Sourcing - evolutionary approach. andras-nemes/dddskeletonnet — This is a .NET skeleton project to introduce the concepts of Domain Driven Design and loosely coupled layers. You can…