[READ-ONLY] Mirror of https://github.com/andrioid/gostack. Experimental backend stack (work-in-progress)
0

Configure Feed

Select the types of activity you want to include in your feed.

2 1 0

Clone this repository

https://git.vm.fail/andri.dk/gostack https://git.vm.fail/did:plc:tbhcpngrezzj6otzimzbpryp
ssh://git@knot1.tangled.sh:2222/andri.dk/gostack ssh://git@knot1.tangled.sh:2222/did:plc:tbhcpngrezzj6otzimzbpryp

For self-hosted knots, clone URLs may differ based on your setup.


README.md

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