Gostack#
Experiemnt for a simple CRUD stack
What I want#
- Uses ENV vars and TOML for configuration
- Can use whatever database golang/sql can
- GraphQL for API
- Use an external JWT auth provider
- Organized by business-domain into packages
Packages to use#
- Database: XSQL or GORM
- Basics: Cobra and Viper from SPF13
- GraphQL: graphql-go/graphql-go
- Sqlite for local development