go-todo-backend
Go Backend Project
An example of a modular Go backend project with a standard directory structure and example usage of Chi for routing and REL for database access.
Go Todo Backend example using modular project layout for product microservice.
319 stars
5 watching
39 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
gogolangmodularproject-structureproject-templatetodolist
Related projects:
Repository | Description | Stars |
---|---|---|
wangyoucao577/go-project-layout | A Go project layout exploration and best practices discussion | 26 |
fs02/grimoire-todo-example | A Golang Todo API example using Grimoire and Chi as router | 1 |
create-go-app/chi-go-template | A production-ready Go backend template with a lightweight router for building HTTP services. | 12 |
fachryansyah/fotongo | A boilerplate project providing a basic structure and tools for building backend services with Go. | 34 |
gobijan/go-htmx-todo | A web-based TODO app utilizing WebSockets and HTMX for dynamic updates | 10 |
wajox/gobase | A basic template for Go application development with standard project layout and tools. | 61 |
chenmingyong0423/go-mongox | A Go library for interacting with MongoDB databases, providing streamlined document operations and generic binding of structs to collections. | 136 |
golang-templates/seed | Automates setup and workflow for Go applications | 479 |
jamesclonk/go-todotxt | A Go client library for parsing and manipulating task lists in the todo.txt format. | 31 |
faisaltheparttimecoder/go-echo-vuejs-boilerplate | A standard project template combining Go with the Echo framework as a backend and VueJS as a frontend framework | 4 |
golangmastery/gopherlabs | A comprehensive resource for learning Go programming and related technologies through interactive tutorials, examples, and workshops. | 146 |
thomasobenaus/go-conf | Library to simplify configuration management in Go applications | 11 |
octomation/go-module | Provides a starting point and boilerplate code for creating Go modules with pre-configured CI/CD and inventory. | 30 |
goyek/template | Automates build, testing and analysis processes for Go applications | 7 |
xd-deng/handytools-go-webassembly | Demonstrates Go's compilation to WebAssembly and JavaScript interaction | 66 |