Skip to content

jt-rose/clean_blog_server

Repository files navigation

clean_blog_server

A GraphQL / Postgres server managing a Blog CMS. Written in Golang with the Gin framework and schema-first code generation via GQLGen / SQLBoiler. For use with the clean_blog_client frontend based on the bootstrap template found at startbootstrap clean blog.

Core Dependencies

  • gin - gin web framework
  • gqlgen - schema-first GraphQL with codegen
  • sqlboiler - type-safe ORM with DB introspection
  • go-redis - redis for golang
  • postgres- postgres for golang

About

A GraphQL / Postgres server managing a Blog CMS. Written in Golang with the Gin framework and schema-first code generation via GQLGen / SQLBoiler.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages