Minimum viable architecture template for Go-based backend services
This project is a starting point for building modern infrastructure tools and backend systems, using:
- Go (modular structure)
- PostgreSQL
- Kafka (event-driven architecture)
- REST API via OpenAPI + Chi
- Optional React UI
- Showcase clean, scalable Go backend setup
- Demonstrate streaming and configuration management patterns
- Build a foundation for infrastructure-oriented services
⚠️ Work in progress. Not production-ready