
Go + Postgres + Chi Router + sqlx + ent + authentication + testing + opentelemetry Starter Kit for API Development
This product is a starter kit for Go API development that is inspired by the article "How I write HTTP services after eight years". It is designed to use the popular chi router, sqlx for database operations, and implement a layered architecture for better code organization. The kit includes features such as authentication, testing, database migration, input validation, and more. It is a framework-less solution that aims to provide a clear and modular structure for building APIs in Go.
The Go API starter kit is a framework-less solution for building APIs in Go. It provides a clear and modular structure for organizing code and includes several features such as authentication, testing, database operations, input validation, and more. With its use of popular libraries like chi router and sqlx, developers can easily get started with building APIs in Go while maintaining flexibility and control over the project.
