TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Fullstack Go app (SSRfront end+APIback end+Docker) with clean structure

14 pointsby norbixabout 1 month ago
I&#x27;ve been exploring clean architecture and fullstack development in Go. This is a demo application with:<p>- SSR frontend (pure Go templates) - REST API backend (modular design with internal packages) - Dockerized setup (frontend + backend + compose) - Taskfile for automation<p>Inspired by common SaaS platform patterns.<p>Code structure is intentionally clear, with backend and frontend separated, and all dependencies kept minimal.<p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;norbix&#x2F;demo1_fullstack_golang">https:&#x2F;&#x2F;github.com&#x2F;norbix&#x2F;demo1_fullstack_golang</a> More thoughts on Go, SaaS, CQRS, and microservices: <a href="https:&#x2F;&#x2F;norbix.dev" rel="nofollow">https:&#x2F;&#x2F;norbix.dev</a><p>Would love feedback on architecture, DX, and how to improve this approach for production SaaS use.

no comments

no comments