Skip to content

backend

Daniel Heidemann edited this page Aug 12, 2024 · 1 revision

The Backend is written in Go with gqlgen, a GraphQL code generator and sits on a postgres database. The database connection happens via the bun ORM.

Clone this wiki locally