A headless CMS with PostgreSQL and Golang!
First, create a .env file for the configurations
cp sample.env .envThen edit the .env file with your own information.
You can download the image from GHCR
docker pull ghcr.io/kunniii/gocms:latestBy default the server will listen on port 3000
All configurations is available in compose.yaml file, or you can find it in sample.env
Make sure you have Go version 1.21 or above.
The source code is available in the src/ folder