package
0.0.0-20241112125757-779aa9ab4555
Repository: https://github.com/bcc-code/bcc-media-platform.git
Documentation: pkg.go.dev

# README

API

Environment

Environment variables should be defined in env.sample. These should be configured and exposed to the process for the API to work.

Graph

The API is exposed as a graphql endpoint on /query

It is built based on the schemas in graph, and generated with gqlgen.

Admin

Another endpoint for administrative capabilities like preview is defined in the graphadmin package.