A golang scaffolding for getting started new projects.
ag -l 'chris-ramon/golang-scaffolding'|xargs sed -i 's/<your-org>/<your-repo>/g'
./bin/dev.sh
Contains the following example domains:
- Env Variables.
- Config.
- Auth.
- JWT.
- GraphQL.
- PostgreSQL.
- Type Safe SQL.
- Docker Compose.
- Live reload.
- Admin.
- Unit tests.